]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/cursor.h
don't remember size passed to SetSize() as pending position/size for TLW as deferred...
[wxWidgets.git] / include / wx / x11 / cursor.h
index e259aa17731588f25ea2f69e2e0b05d98a9b286b..764a8e81cfc145c1b55bd95142ccf9e1a4d3d1fb 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_CURSOR_H_
 #define _WX_CURSOR_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "cursor.h"
 #endif
 
@@ -26,7 +26,7 @@
 // wxCursor
 //-----------------------------------------------------------------------------
 
-class wxCursor: public wxObject
+class WXDLLIMPEXP_CORE wxCursor: public wxObject
 {
 public: