make sure "current" is initialized

Also, a nit: fix indentation of 1 line in AllPlotWindow.h.
This commit is contained in:
Sean Rhea
2010-04-11 17:19:33 -04:00
parent 4ca86c441d
commit ac570c415c
5 changed files with 5 additions and 5 deletions

View File

@@ -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();