X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8628b7d4139d1fa2ab60b254a1a346008d4a9123..80752b57a9bbdfa7613a917d9ece00fc47677080:/include/wx/gtk1/cursor.h diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index 963a26182d..71e36b2a53 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -33,8 +33,8 @@ public: #endif wxCursor( const char bits[], int width, int height, int hotSpotX=-1, int hotSpotY=-1, - const char maskBits[]=0, wxColour *fg=0, wxColour *bg=0 ); - ~wxCursor(); + const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL ); + virtual ~wxCursor(); bool operator == ( const wxCursor& cursor ) const; bool operator != ( const wxCursor& cursor ) const; bool Ok() const;