]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_mem.h
fixed linking against 3rd party libs
[wxWidgets.git] / include / wx / fs_mem.h
index 62aff0c71c2e6e5e46b31390adab662b5681718e..9309d39b9644b8f8e61eb7a8064963767d1e2615 100644 (file)
@@ -50,10 +50,9 @@ public:
     virtual wxString FindFirst(const wxString& spec, int flags = 0);
     virtual wxString FindNext();
 
-private:
-    static wxHashTable *m_Hash;
-
+protected:
     static bool CheckHash(const wxString& filename);
+    static wxHashTable *m_Hash;
 };
 
 class wxMemoryFSHandler : public wxMemoryFSHandlerBase