From a5e53f9ffdde320a7ba104a1e01b3f5ef75d7975 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 24 Feb 2016 10:11:43 +0200 Subject: convert TokenTypes to scoped enum Change-Id: I17c0a616dd6cf48a22896b6cd6b0df157d1f9a9f --- helpcompiler/inc/BasCodeTagger.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/inc') 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(); -- cgit