X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abd20d3013277f639fe205c2e0aefc439c16ee26..b26f2425245bb5a115e93fa9bc6ebe2e508a518d:/contrib/include/wx/fl/controlbar.h diff --git a/contrib/include/wx/fl/controlbar.h b/contrib/include/wx/fl/controlbar.h index 2763074049..522ff37477 100644 --- a/contrib/include/wx/fl/controlbar.h +++ b/contrib/include/wx/fl/controlbar.h @@ -13,12 +13,9 @@ #ifndef __CONTROLBAR_G__ #define __CONTROLBAR_G__ -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "controlbar.h" -#endif - #include "wx/defs.h" #include "wx/string.h" +#include "wx/pen.h" #include "wx/window.h" #include "wx/dynarray.h" #include "wx/fl/fldefs.h" @@ -888,7 +885,7 @@ class cbBarInfo : public wxObject { DECLARE_DYNAMIC_CLASS( cbBarInfo ) public: - // textual name, by which this bar is refered in layout-customization dialogs + // textual name, by which this bar is referred in layout-customization dialogs wxString mName; // stores bar's bounds in pane's coordinates @@ -1002,7 +999,7 @@ which are usually the same for all panes in a frame layout. */ -class cbCommonPaneProperties : public wxObject +class WXDLLIMPEXP_FL cbCommonPaneProperties : public wxObject { DECLARE_DYNAMIC_CLASS( cbCommonPaneProperties )