mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibCpp: Use east const style in Lexer and SyntaxHighlighter
This commit is contained in:
parent
282a623853
commit
d57d7bea1c
4 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
virtual bool is_navigatable(void*) const override;
|
||||
|
||||
virtual Syntax::Language language() const override { return Syntax::Language::Cpp; }
|
||||
virtual void rehighlight(const Palette&) override;
|
||||
virtual void rehighlight(Palette const&) override;
|
||||
|
||||
protected:
|
||||
virtual Vector<MatchingTokenPair> matching_token_pairs() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue