]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/module.h
Added Set/GetQuickBestSize
[wxWidgets.git] / include / wx / module.h
index 2abaef6aa225f160b2ba9a35862f400e2bb3a184..b73a840b4652f7916c9b6a62ab563514631d3760 100644 (file)
@@ -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