From 192e880d26ea3ca2db0c52598b1f4575c4f25f07 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 6 Feb 2002 22:17:56 +0000 Subject: Made languageName public so clients can use it. --- include/KeyWords.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/KeyWords.h') diff --git a/include/KeyWords.h b/include/KeyWords.h index 869b59d26..3bed075ef 100644 --- a/include/KeyWords.h +++ b/include/KeyWords.h @@ -17,7 +17,6 @@ class LexerModule { protected: LexerModule *next; int language; - const char *languageName; LexerFunction fnLexer; LexerFunction fnFolder; @@ -25,6 +24,7 @@ protected: static int nextLanguage; public: + const char *languageName; LexerModule(int language_, LexerFunction fnLexer_, const char *languageName_=0, LexerFunction fnFolder_=0); int GetLanguage() { return language; } -- cgit v1.2.3