diff options
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r-- | helpcompiler/inc/BasCodeTagger.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index 25f430406c91..1020374a9097 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -33,7 +33,7 @@ class L10N_DLLPUBLIC BasicCodeTagger SyntaxHighlighter m_Highlighter; bool m_bTaggingCompleted; void tagParagraph( xmlNodePtr paragraph ); - static xmlChar* getTypeString( TokenTypes tokenType ); + static xmlChar* getTypeString( TokenType tokenType ); void getBasicCodeContainerNodes(); void tagBasCodeParagraphs(); |