X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/408ac1b8cf965067dbc0c36beabac0c8a5769501..d2eaa86b9ead7eaea0c05e9e1a803c40b671fe5d:/contrib/include/wx/xrc/xmlres.h diff --git a/contrib/include/wx/xrc/xmlres.h b/contrib/include/wx/xrc/xmlres.h index 607ed3f8d2..bf3f3c9d76 100644 --- a/contrib/include/wx/xrc/xmlres.h +++ b/contrib/include/wx/xrc/xmlres.h @@ -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);