mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Remove RideFileCache compile time warnings
Just noticed and thought I'd do a quick fix since it was so trivial.
This commit is contained in:
@@ -879,7 +879,7 @@ static void distAggregate(QVector<double> &into, QVector<double> &other)
|
||||
}
|
||||
|
||||
RideFileCache::RideFileCache(MainWindow *main, QDate start, QDate end, bool filter, QStringList files)
|
||||
: main(main), rideFileName(""), ride(0), start(start), end(end)
|
||||
: start(start), end(end), main(main), rideFileName(""), ride(0)
|
||||
{
|
||||
|
||||
// Oh lets get from the cache if we can
|
||||
|
||||
Reference in New Issue
Block a user