]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splash.h
added and documented wxDYNLIB_FUNCTION
[wxWidgets.git] / include / wx / generic / splash.h
index dc5c195930cf9d89ff82c17b60566fbcef9dcdd5..a6a580c0e9059121ce377b2a22da48f78bb4c701 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "splash.h"
 #endif
 
@@ -67,6 +67,7 @@ protected:
 
 DECLARE_DYNAMIC_CLASS(wxSplashScreen)
 DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxSplashScreen)
 };
 
 /*
@@ -89,7 +90,8 @@ public:
 protected:
     wxBitmap    m_bitmap;
 
-DECLARE_EVENT_TABLE()
+    DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxSplashScreenWindow)
 };