added semicolons after wxCHECK()s (part of patch 1450705)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -345,7 +345,7 @@ static gboolean target_drag_drop( GtkWidget *widget,
|
||||
GdkAtom format = drop_target->GetMatchingPair();
|
||||
|
||||
// this does happen somehow, see bug 555111
|
||||
wxCHECK_MSG( format, FALSE, _T("no matching GdkAtom for format?") )
|
||||
wxCHECK_MSG( format, FALSE, _T("no matching GdkAtom for format?") );
|
||||
|
||||
/*
|
||||
GdkDragAction action = GDK_ACTION_MOVE;
|
||||
|
Reference in New Issue
Block a user