]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/scintilla/include/KeyWords.h
No longer a need for changing the names to protect against multiple definitions.
[wxWidgets.git] / contrib / src / stc / scintilla / include / KeyWords.h
index c51c88ef594b090d6323ac316f73d04651170b1c..df4e870c580f507203f57f61f2cc58a7af04a2fe 100644 (file)
@@ -7,7 +7,7 @@
 
 typedef void (*LexerFunction)(unsigned int startPos, int lengthDoc, int initStyle,
                   WordList *keywordlists[], Accessor &styler);
-
+                  
 /**
  * A LexerModule is responsible for lexing and folding a particular language.
  * The class maintains a list of LexerModules which can be searched to find a
@@ -26,7 +26,7 @@ protected:
 
 public:
        const char *languageName;
-       LexerModule(int language_, LexerFunction fnLexer_,
+       LexerModule(int language_, LexerFunction fnLexer_, 
                const char *languageName_=0, LexerFunction fnFolder_=0,
                const char * const wordListDescriptions_[] = NULL);
        int GetLanguage() const { return language; }