]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
undeprecated wxSizerItem::IsShown() undoing last change to wx/sizer.h: turns out...
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index 5886b6e20f018d255dce45311483290d1a2530f6..67eabdb5de910f48d805a098f73dda5023318fcd 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        cursor.h
+// Name:        wx/gtk1/cursor.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -7,14 +7,9 @@
 // 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: