X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..462bc04863a27a56a75faf72c20977a2e958c2a5:/include/wx/module.h diff --git a/include/wx/module.h b/include/wx/module.h index f1fff93994..181dff1e29 100644 --- a/include/wx/module.h +++ b/include/wx/module.h @@ -26,7 +26,7 @@ WX_DECLARE_EXPORTED_LIST(wxModule, wxModuleList); // declaring a class derived from wxModule will automatically create an // instance of this class on program startup, call its OnInit() method and call // OnExit() on program termination (but only if OnInit() succeeded) -class WXDLLEXPORT_BASE wxModule : public wxObject +class WXDLLIMPEXP_BASE wxModule : public wxObject { public: wxModule() {}