mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Range: Renamed Daterange to Range
This commit is contained in:
parent
ce29626777
commit
4176bf23d4
20 changed files with 319 additions and 319 deletions
|
@ -50,7 +50,7 @@ void Datafile::initialize (const std::string& name)
|
|||
month = 1;
|
||||
}
|
||||
Datetime end (month, 1, year, 0, 0, 0);
|
||||
_range = Daterange (start, end);
|
||||
_range = Range (start, end);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue