summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2017-03-30 13:35:29 +0200
committerSimon Rettberg2017-03-30 13:35:29 +0200
commitf870d03613feb45905e58a857b74ef37a214c489 (patch)
treeb42bedb7fd677fba57a173cca2c1fd45fe866082 /src/main.cpp
parentRemove stupid crap (diff)
downloadvmchooser2-f870d03613feb45905e58a857b74ef37a214c489.tar.gz
vmchooser2-f870d03613feb45905e58a857b74ef37a214c489.tar.xz
vmchooser2-f870d03613feb45905e58a857b74ef37a214c489.zip
Implement --pvs option
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 971e9c7..aa4eb30 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -269,7 +269,7 @@ int main(int argc, char *argv[]) {
}
if (cmdOptions.contains("pvs")) {
- pvsEnabled = true;
+ g_pvsEnabled = true;
}
if (cmdOptions.contains("autoquit")) {