X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..2209baaee3a8578450e204593b79ed155f340f68:/include/wx/module.h diff --git a/include/wx/module.h b/include/wx/module.h index 2abaef6aa2..b73a840b46 100644 --- a/include/wx/module.h +++ b/include/wx/module.h @@ -6,21 +6,17 @@ // Created: 04/11/98 // RCS-ID: $Id$ // Copyright: (c) Wolfram Gloger and Guilhem Lavaux -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_MODULE_H_ #define _WX_MODULE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "module.h" -#endif - #include "wx/object.h" #include "wx/list.h" // declare a linked list of modules -class wxModule; +class WXDLLIMPEXP_BASE wxModule; WX_DECLARE_USER_EXPORTED_LIST(wxModule, wxModuleList, WXDLLIMPEXP_BASE); // declaring a class derived from wxModule will automatically create an