]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 61247013fa5d60f1321d78025e531668b0a52896..32f45bcd015db7ef3203e6a3cfd396ce46279434 100644 (file)
@@ -198,7 +198,7 @@ private:
 
 
 // Global instance of resource class. For your convenience.
-extern wxXmlResource *wxTheXmlResource;
+extern WXXMLDLLEXPORT wxXmlResource *wxTheXmlResource;
 
 // This macro translates string identifier (as used in XML resource,
 // e.g. <menuitem id="my_menu">...</menuitem>) to integer id that is needed by