]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dnd.cpp
Use SYSTEMTIME instead of DOS time when converting to/from VARIANTS.
[wxWidgets.git] / src / gtk / dnd.cpp
index 360a255a0ab3ddec6f0da7763500f825a8e9f6c6..db30dd5c47714b5d365c603ff8d25128c89abd68 100644 (file)
@@ -237,7 +237,7 @@ static gboolean target_drag_motion( GtkWidget *WXUNUSED(widget),
     else if (drop_target->GetDefaultAction() == wxDragMove &&
                 (context->actions & GDK_ACTION_MOVE))
     {
-        
+
        result = wxDragMove;
     }
     else