diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
commit | f142d93df48c3b9e07edd25425627ddeeb071520 (patch) | |
tree | f7b50820c0c62966e7a384ec8e5a6e689db44c39 /lexlib/LexerModule.h | |
parent | 431daa97eb571282cdbc9c787098ad17f811e924 (diff) | |
download | scintilla-mirror-f142d93df48c3b9e07edd25425627ddeeb071520.tar.gz |
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
be reused.
Diffstat (limited to 'lexlib/LexerModule.h')
-rw-r--r-- | lexlib/LexerModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/LexerModule.h b/lexlib/LexerModule.h index a6dda61ed..96cff9645 100644 --- a/lexlib/LexerModule.h +++ b/lexlib/LexerModule.h @@ -65,7 +65,7 @@ public: virtual void Fold(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, WordList *keywordlists[], Accessor &styler) const; - friend class Catalogue; + friend class CatalogueModules; }; inline int Maximum(int a, int b) { |