mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
make sure "current" is initialized
Also, a nit: fix indentation of 1 line in AllPlotWindow.h.
This commit is contained in:
@@ -139,7 +139,7 @@ using namespace gm;
|
||||
|
||||
#define GOOGLE_KEY "ABQIAAAAS9Z2oFR8vUfLGYSzz40VwRQ69UCJw2HkJgivzGoninIyL8-QPBTtnR-6pM84ljHLEk3PDql0e2nJmg"
|
||||
|
||||
GoogleMapControl::GoogleMapControl(MainWindow *mw)
|
||||
GoogleMapControl::GoogleMapControl(MainWindow *mw) : current(NULL)
|
||||
{
|
||||
parent = mw;
|
||||
view = new QWebView();
|
||||
|
||||
Reference in New Issue
Block a user