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:
Mark Liversedge
2012-12-10 07:27:00 +00:00
parent 0a784a4a6a
commit 9b0b193ed3

View File

@@ -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