mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Exclusion: Typo in object name
This commit is contained in:
parent
0cf377f441
commit
7f39ee1f9b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ void Exclusion::initialize (const std::string& line)
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::vector <std::string> Exclusions::tokens () const
|
||||
std::vector <std::string> Exclusion::tokens () const
|
||||
{
|
||||
return _tokens;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue