mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +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
|
@ -14,7 +14,7 @@ namespace Cpp {
|
|||
|
||||
class Lexer {
|
||||
public:
|
||||
Lexer(const StringView&);
|
||||
Lexer(StringView const&);
|
||||
|
||||
Vector<Token> lex();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue