X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..fcdbeefa4e1f033a8c1d0e2a0d4fb521e5e47450:/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();