X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/gtk1/checklst.h diff --git a/include/wx/gtk1/checklst.h b/include/wx/gtk1/checklst.h index b2afb54cf3..a1766e7bb6 100644 --- a/include/wx/gtk1/checklst.h +++ b/include/wx/gtk1/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();