]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/clipbrd.h
added conversion ctor to create const_iterator from iterator, otherwise assigning...
[wxWidgets.git] / include / wx / gtk / clipbrd.h
index 38f7c427c94fcff96cd600f34e7387e7bf703fd9..e3a2371bb58acbbb9cb95a992bdd788f97c56b78 100644 (file)
 #ifndef __GTKCLIPBOARDH__
 #define __GTKCLIPBOARDH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 #if wxUSE_CLIPBOARD
 
 #include "wx/object.h"
@@ -27,7 +23,7 @@
 // wxClipboard
 // ----------------------------------------------------------------------------
 
-class wxClipboard : public wxClipboardBase
+class WXDLLIMPEXP_CORE wxClipboard : public wxClipboardBase
 {
 public:
     wxClipboard();