timerangelist: fixed bug where ranges might sometimes overlap

This commit is contained in:
itsmattkc
2020-10-05 16:50:38 +11:00
parent 787ea1d548
commit 2d8c605cc9
2 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public:
{
}
void InsertTimeRange(const TimeRange& range);
void InsertTimeRange(TimeRange range_to_add);
void RemoveTimeRange(const TimeRange& remove);