]> 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 2bc789fad8c382624f7310f7d37cb98f6a418ec2..a6a580c0e9059121ce377b2a22da48f78bb4c701 100644 (file)
@@ -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)
 };