X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..07f93593809177eda6317a13f9b111759a52a3d2:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index b2afb54cf3..a1766e7bb6 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -11,10 +11,6 @@ #ifndef __GTKCHECKLISTH__ #define __GTKCHECKLISTH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - // ---------------------------------------------------------------------------- // macros // ---------------------------------------------------------------------------- @@ -32,7 +28,7 @@ // wxCheckListBox // ---------------------------------------------------------------------------- -class wxCheckListBox : public wxListBox +class WXDLLIMPEXP_CORE wxCheckListBox : public wxListBox { public: wxCheckListBox();