]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xrc/xmlres.h
compilation fix
[wxWidgets.git] / contrib / include / wx / xrc / xmlres.h
index 01832ae8cd8f144260b9e314a7c0a30b846c2688..7843e4f1611642d0f595c4b325165456354e4bfc 100644 (file)
@@ -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)