]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/module.h
It was not acceptable to call the class method from the static initializer
[wxWidgets.git] / include / wx / module.h
index f1fff93994d3ef80b1934acc17f9d689ba1a07cb..181dff1e29a8dae92fec413dc57a94fa68aa7469 100644 (file)
@@ -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() {}