summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 8b592ac..5acd561 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -23,7 +23,7 @@ class QString;
class Session;
extern bool debugMode;
-extern bool pvsEnabled;
+extern bool g_pvsEnabled;
extern int g_autoQuitSeconds;
extern bool g_allowVmEdit;