diff options
Diffstat (limited to 'src/htmlentity.h')
-rw-r--r-- | src/htmlentity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlentity.h b/src/htmlentity.h index 9cebeb3..d3b268c 100644 --- a/src/htmlentity.h +++ b/src/htmlentity.h @@ -36,8 +36,8 @@ class HtmlEntityMapper const char *rtf(DocSymbol::SymType symb) const; const DocSymbol::PerlSymb *perl(DocSymbol::SymType symb) const; void writeXMLSchema(FTextStream &t); - void validate(); private: + void validate(); HtmlEntityMapper(); ~HtmlEntityMapper(); static HtmlEntityMapper *s_instance; |