]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dnd.cpp
don't compare invalid iterators/node pointers
[wxWidgets.git] / src / gtk / dnd.cpp
index 884ad11f274d60cd4661ba7034eda66418b58295..794505a24810241db5cf9d71bcbe6e1a6b85ba3b 100644 (file)
@@ -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;