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