mirror of https://github.com/mgba-emu/mgba.git
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…
Reference in New Issue