]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/module.h
remove file containing many obsolete defines, if anyone wants to revive MicroWindows...
[wxWidgets.git] / include / wx / module.h
index a35aab0e5e8418eb2ee041cd7c5db3e8356e9727..e255fe8bbd4bbc151bc708fef4c3945506db160f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        module.h
+// Name:        wx/module.h
 // Purpose:     Modules handling
 // Author:      Wolfram Gloger/adapted by Guilhem Lavaux
 // Modified by:
@@ -17,7 +17,7 @@
 #include "wx/dynarray.h"
 
 // declare a linked list of modules
-class WXDLLIMPEXP_BASE wxModule;
+class WXDLLIMPEXP_FWD_BASE wxModule;
 WX_DECLARE_USER_EXPORTED_LIST(wxModule, wxModuleList, WXDLLIMPEXP_BASE);
 
 // and an array of class info objects
@@ -85,7 +85,7 @@ private:
     static void DoCleanUpModules(const wxModuleList& modules);
 
 
-    // module dependencies: contains 
+    // module dependencies: contains
     wxArrayClassInfo m_dependencies;
 
     // used internally while initiliazing/cleaning up modules
@@ -101,4 +101,3 @@ private:
 };
 
 #endif // _WX_MODULE_H_
-