Merge branch 'master' of git://github.com/srhea/GoldenCheetah

This commit is contained in:
Justin Knotzke
2010-07-25 06:57:23 -04:00

View File

@@ -51,7 +51,7 @@ static void secsMsecs(double value, int &secs, int &msecs)
msecs = round((value - secs) * 100) * 10;
}
RideEditor::RideEditor(MainWindow *main) : QWidget(main), data(NULL), ride(NULL), main(main), inLUW(false)
RideEditor::RideEditor(MainWindow *main) : QWidget(main), data(NULL), ride(NULL), main(main), inLUW(false), colMapper(NULL)
{
QVBoxLayout *mainLayout = new QVBoxLayout(this);