Qt: Fix variable to be static

This commit is contained in:
Jeffrey Pfau 2015-06-04 23:34:54 -07:00
parent 4ec19aac71
commit 688fcbb89c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ extern "C" {
using namespace QGBA;
GBAApp* g_app = nullptr;
static GBAApp* g_app = nullptr;
GBAApp::GBAApp(int& argc, char* argv[])
: QApplication(argc, argv)