X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a62848fdba49396eba4f52c037d2dc82130274b4..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/flags.h?ds=inline diff --git a/include/wx/flags.h b/include/wx/flags.h index cd5b2e3dba..def2feb0d8 100644 --- a/include/wx/flags.h +++ b/include/wx/flags.h @@ -12,10 +12,6 @@ #ifndef _WX_SETH__ #define _WX_SETH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "flags.h" -#endif - // wxBitset should be applied to an enum, then this can be used like // bitwise operators but keeps the type safety and information, the // enums must be in a sequence , their value determines the bit position @@ -158,7 +154,7 @@ private : }; #define WX_DEFINE_FLAGS( flags ) \ - class WXDLLEXPORT flags \ + class WXDLLIMPEXP_BASE flags \ {\ public : \ flags(long data=0) :m_data(data) {} \