X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..fbf618dff87a9e4a88d5be458cecc50309b30af3:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index 6cc3de0ec9..a1766e7bb6 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -5,16 +5,12 @@ // Modified by: // RCS-ID: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #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();