]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
1. moved InheritAttributes() from wxControl to wxWindow
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 607ed3f8d2402407f32da79b59332a2c3cffb3b1..bf3f3c9d7682167944aca1dddc696ecc8e24c6d8 100644 (file)
@@ -237,7 +237,7 @@ public:
 protected:
     // Scans the resources list for unloaded files and loads them. Also reloads
     // files that have been modified since last loading.
-    void UpdateResources();
+    bool UpdateResources();
 
     // Finds a resource (calls UpdateResources) and returns a node containing it.
     wxXmlNode *FindResource(const wxString& name, const wxString& classname, bool recursive = FALSE);