X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f516d986371b7643efda569d64ae19e75d221411..84206bbb3266e45837ce6e099b135a72d5389dc8:/include/wx/gtk1/cursor.h diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index cdc2717854..71e36b2a53 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -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;