]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/virtual/virtual.cpp
reversed change
[wxWidgets.git] / samples / html / virtual / virtual.cpp
index bd681ed8a5f9ae9f0ac7408d1955b02fb9063642..09660231371666f7aeb60762d75119b70e5f29f7 100644 (file)
@@ -50,7 +50,7 @@ bool MyVFS::CanOpen(const wxString& location)
 
 
 
-wxFSFile* MyVFS::OpenFile(wxFileSystem& fs, const wxString& location)
+wxFSFile* MyVFS::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
 {
     wxFSFile *f;
     wxInputStream *str;