diff options
| author | mitchell <unknown> | 2020-01-03 19:46:53 -0500 |
|---|---|---|
| committer | mitchell <unknown> | 2020-01-03 19:46:53 -0500 |
| commit | b6d260731bddb23d63f4a0990305b1d9501f7cf8 (patch) | |
| tree | 2ec6039f887cb14498e469973b68aaca7a2c939e /lexlib/LexerModule.h | |
| parent | 8eb134dbbd44002f3acd90d91550875f161136fa (diff) | |
| download | scintilla-mirror-b6d260731bddb23d63f4a0990305b1d9501f7cf8.tar.gz | |
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused.
Backport of changeset 7866:fff1071ea1db.
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 1b3ad2f30..096df5042 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) { |
