mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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