forked from dolphin-emu/dolphin
mark all local variables as static
This commit is contained in:
@@ -119,7 +119,7 @@ extern "C" {
|
||||
class InputPlugin;
|
||||
class wxFrame;
|
||||
|
||||
bool confirmStop = false;
|
||||
static bool confirmStop = false;
|
||||
|
||||
// Create menu items
|
||||
// ---------------------
|
||||
|
||||
Reference in New Issue
Block a user