mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
This commit is contained in:
parent
cf1c159ed5
commit
a50ba0a491
13 changed files with 13 additions and 13 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
virtual ~Highlighter();
|
||||
|
||||
virtual Language language() const = 0;
|
||||
virtual void rehighlight(Gfx::Palette) = 0;
|
||||
virtual void rehighlight(const Palette&) = 0;
|
||||
virtual void highlight_matching_token_pair();
|
||||
|
||||
virtual bool is_identifier(void*) const { return false; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue