]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_mem.cpp
fixed couple of bugs in wxZlibInputStream -- mainly incorrect handling of underlaying...
[wxWidgets.git] / src / common / fs_mem.cpp
index 2a4acc11107a2662418889f8ef4fbe1cde9a5a52..3b45f31ae287b1cbe6ebc1f0c49263e564d5e48f 100644 (file)
@@ -149,6 +149,8 @@ bool wxMemoryFSHandler::CheckHash(const wxString& filename)
 
 
 
+#if wxUSE_GUI
+
 /*static*/ void wxMemoryFSHandler::AddFile(const wxString& filename, wxImage& image, long type)
 {
     if (!CheckHash(filename)) return;
@@ -173,6 +175,7 @@ bool wxMemoryFSHandler::CheckHash(const wxString& filename)
     AddFile(filename, img, type);
 }
 
+#endif
 
 /*static*/ void wxMemoryFSHandler::AddFile(const wxString& filename, const wxString& textdata)
 {