X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..b4071e913e85e35024ee5883a0a046f0fd6332bf:/include/wx/gtk1/cursor.h diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index a6fcb40b17..b760e0b512 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -39,7 +39,7 @@ class wxCursor: public wxObject public: wxCursor(void); - wxCursor( const int cursorId ); + wxCursor( int cursorId ); wxCursor( const wxCursor &cursor ); wxCursor( const wxCursor *cursor ); ~wxCursor(void);