Qt: Fix variable to be static
This commit is contained in:
parent
4ec19aac71
commit
688fcbb89c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user