]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
Second try at doing Set/GetClient right
[wxWidgets.git] / include / wx / gtk / cursor.h
index a6fcb40b17c89de74972646e9f271a2ac7e05c7d..f0391af65bcebbf6506e5e003cb7c2156acb07ee 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        cursor.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -39,7 +38,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);