- bugfixes and code cleanup found using cppcheck

This commit is contained in:
Mark Vejvoda
2012-03-28 06:25:57 +00:00
parent 7a099a51c3
commit 9286130138
25 changed files with 47 additions and 39 deletions

View File

@@ -212,6 +212,9 @@ private:
MainWindow *mainWindow;
public:
App() : wxApp() {
mainWindow = NULL;
}
virtual bool OnInit();
virtual int MainLoop();
virtual int OnExit();