]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
added Unicode-friendly wxSTRINGIZE_T()
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index cdc271785453c6a9b88dd7b8590a2d3e44d8419d..71e36b2a53f76c0582623fcaaddaa36a214b009e 100644 (file)
@@ -34,7 +34,7 @@ public:
     wxCursor( const char bits[], int width, int  height,
               int hotSpotX=-1, int hotSpotY=-1,
               const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
-    ~wxCursor();
+    virtual ~wxCursor();
     bool operator == ( const wxCursor& cursor ) const;
     bool operator != ( const wxCursor& cursor ) const;
     bool Ok() const;