]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/clipbrd.h
implemented notifications of the child process termination (patch 1494439)
[wxWidgets.git] / include / wx / motif / clipbrd.h
index f4e98c9899ff873df6e9359e9c82cb2b37d0724b..bd502e32bdb9b678d059702a39e8e81eeae1266e 100644 (file)
 #ifndef _WX_CLIPBRD_H_
 #define _WX_CLIPBRD_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "clipbrd.h"
-#endif
-
 #if wxUSE_CLIPBOARD
 
-class wxDataObject;
+class WXDLLIMPEXP_CORE wxDataObject;
 struct wxDataIdToDataObject;
 
 #include "wx/list.h"
@@ -41,7 +37,7 @@ bool WXDLLEXPORT wxGetClipboardFormatName(wxDataFormat dataFormat, char *formatN
 // wxClipboard
 //-----------------------------------------------------------------------------
 
-class wxClipboard : public wxClipboardBase
+class WXDLLIMPEXP_CORE wxClipboard : public wxClipboardBase
 {
 public:
     wxClipboard();