]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / include / wx / gtk / cursor.h
index 3e2929c6d4cdb494905df83d5609d9a388fd5df7..a9964a07f8ecaab17fb64a54e90ebfae8343bd52 100644 (file)
@@ -4,17 +4,12 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GTKCURSORH__
 #define __GTKCURSORH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 #include "wx/defs.h"
 #include "wx/object.h"
 #include "wx/gdicmn.h"
@@ -27,7 +22,7 @@
 // wxCursor
 //-----------------------------------------------------------------------------
 
-class wxCursor: public wxObject
+class WXDLLIMPEXP_CORE wxCursor: public wxObject
 {
 public: