mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Lexer: Improved CppCoreGuidelines compliance
This commit is contained in:
parent
672666593b
commit
3b402e5f49
2 changed files with 4 additions and 5 deletions
|
@ -34,7 +34,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
Lexer::Lexer (const std::string& text)
|
||||
: _text (text)
|
||||
, _cursor (0)
|
||||
, _eos (text.size ())
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue