]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlpars.cpp
tell that there was an error...
[wxWidgets.git] / src / html / htmlpars.cpp
index 9efd706bea25ea4cc7502432fc690ef4515efdb7..50b878f4da515570b03156487bb36bc122339dc0 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "htmlpars.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -812,4 +812,10 @@ wxChar wxHtmlEntitiesParser::GetEntityChar(const wxString& entity)
         return GetCharForCode(code);
 }
 
+wxFSFile *wxHtmlParser::OpenURL(wxHtmlURLType WXUNUSED(type), 
+                                const wxString& url) const
+{
+    return GetFS()->OpenFile(url);
+}
+
 #endif