]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/caret.h
wxStaticBitmapBase::DoGetBestSize
[wxWidgets.git] / include / wx / generic / caret.h
index 173e80a37b0b510fe2984f683b532932c78ef7e3..21effecb5857d9ea8adf59c548a12357bbcdad56 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_CARET_H_
 #define _WX_CARET_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "caret.h"
 #endif
 
@@ -20,7 +20,7 @@
 
 class wxCaret;
 
-class wxCaretTimer : public wxTimer
+class WXDLLEXPORT wxCaretTimer : public wxTimer
 {
 public:
     wxCaretTimer(wxCaret *caret);