]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/cursor.cpp
we need to set URL hook for the link to appear as a link in GtkAboutDialog
[wxWidgets.git] / src / mgl / cursor.cpp
index 48e37f2b5981e74e961057908e8450ca99aa3858..7614434e79fe5556c6318224f941896245194745 100644 (file)
     #include "wx/log.h"
     #include "wx/utils.h"
     #include "wx/hashmap.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
-
 #include "wx/mgl/private.h"
 
 
@@ -37,7 +36,7 @@ class wxCursorRefData: public wxObjectRefData
   public:
 
     wxCursorRefData();
-    ~wxCursorRefData();
+    virtual ~wxCursorRefData();
 
     MGLCursor *m_cursor;
 };