diff options
author | nyamatongwe <devnull@localhost> | 2010-04-30 13:35:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-04-30 13:35:31 +0000 |
commit | e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2 (patch) | |
tree | b37e568d808eac2dba923b0006a3a55a46e18e3e /src/ExternalLexer.h | |
parent | 38c9ba36dfc8ee99f6f1bcdd9811ec199cb5dad1 (diff) | |
download | scintilla-mirror-e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2.tar.gz |
Made compatible with clang.
Diffstat (limited to 'src/ExternalLexer.h')
-rw-r--r-- | src/ExternalLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h index 913098ddc..eb2bad5d1 100644 --- a/src/ExternalLexer.h +++ b/src/ExternalLexer.h @@ -42,7 +42,7 @@ public: strncpy(name, languageName_, sizeof(name)); name[sizeof(name)-1] = '\0'; languageName = name; - }; + } virtual void Lex(unsigned int startPos, int lengthDoc, int initStyle, WordList *keywordlists[], Accessor &styler) const; virtual void Fold(unsigned int startPos, int lengthDoc, int initStyle, |