X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..e3e65dac0c4e7ad19e3c270caa1e0eea138e5d8d:/include/wx/gtk/cursor.h diff --git a/include/wx/gtk/cursor.h b/include/wx/gtk/cursor.h index a6fcb40b17..b760e0b512 100644 --- a/include/wx/gtk/cursor.h +++ b/include/wx/gtk/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);