]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlpars.h
Get rid of inline C compatibility methods
[wxWidgets.git] / include / wx / html / htmlpars.h
index fbd31121927bb5eb99ff5c0468fa31493d9581c1..29b41ec567bd94cf482746cb9e3bd437a074562a 100644 (file)
@@ -125,6 +125,9 @@ public:
     // if present. Returns empty string if the tag is missing.
     // For wxHTML's internal use.
     static wxString ExtractCharsetInformation(const wxString& markup);
+    
+    // Returns entity parser object, used to substitute HTML &entities;
+    wxHtmlEntitiesParser *GetEntitiesParser() const { return m_entitiesParser; }
 
 protected:
     // DOM structure
@@ -147,9 +150,6 @@ protected:
     // ignored if no hander is found.
     // Derived class is *responsible* for filling in m_Handlers table.
     virtual void AddTag(const wxHtmlTag& tag);
-    
-    // Returns entity parser object, used to substitute HTML &entities;
-    wxHtmlEntitiesParser *GetEntitiesParser() const { return m_entitiesParser; }
 
 protected:
     // DOM tree: