]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpwxht.cpp
Re-Added wxStream::StreamSize()
[wxWidgets.git] / src / generic / helpwxht.cpp
index 8f41a07d931675bde87f210e799a9bdaaa4d45c7..1c25e77bc3673ac36f2fa57f64ae76a137391fc5 100644 (file)
@@ -52,7 +52,7 @@ IMPLEMENT_CLASS(wxHelpControllerHtml, wxHTMLHelpControllerBase)
 class wxForceHtmlFilter : public wxHtmlFilter
 {
 public:
-   virtual wxString ReadFile(const wxFSFile& file)
+   virtual wxString ReadFile(const wxFSFile& file) const
       {
          wxInputStream *s = file.GetStream();
          char *src;
@@ -67,7 +67,7 @@ public:
          return doc;
       }
    
-    virtual bool CanRead(const wxFSFile& file)
+    virtual bool CanRead(const wxFSFile& file) const
       {
          wxString filename = file.GetLocation();
          if(filename.Length() >= 5 &&