X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77b2f9b185e5643c009c8a294ee9819d3950c423..1bc3fa018039382d373a265f88750f90a10f3623:/contrib/include/wx/xrc/xmlres.h?ds=sidebyside diff --git a/contrib/include/wx/xrc/xmlres.h b/contrib/include/wx/xrc/xmlres.h index 01832ae8cd..7843e4f161 100644 --- a/contrib/include/wx/xrc/xmlres.h +++ b/contrib/include/wx/xrc/xmlres.h @@ -343,7 +343,9 @@ protected: { return m_resource->CreateResFromNode(node, parent, instance); } // helper +#if wxUSE_FILESYSTEM wxFileSystem& GetCurFileSystem() { return m_resource->GetCurFileSystem(); } +#endif }; #define ADD_STYLE(style) AddStyle(wxT(#style), style)