added missing semicolons after asserts (patch 567853)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1730,7 +1730,7 @@ static gint gtk_window_focus_out_callback( GtkWidget *widget, GdkEventFocus *gdk
|
||||
// always) and makes using Mahogany quite annoying
|
||||
#if 0
|
||||
wxASSERT_MSG( wxGetTopLevelParent(win) == g_activeFrame,
|
||||
wxT("unfocusing window that hasn't gained focus properly") )
|
||||
wxT("unfocusing window that hasn't gained focus properly") );
|
||||
#endif // 0
|
||||
|
||||
g_activeFrameLostFocus = TRUE;
|
||||
|
Reference in New Issue
Block a user