diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 0411c9efb..ae7e57d24 100644 --- a/src/options.h +++ b/src/options.h @@ -66,7 +66,8 @@ struct Options final testMode(false), ipc(false), defaultCursor(false), - error(false) + error(false), + validate(false) {} A_DELETE_COPY(Options) @@ -98,6 +99,7 @@ struct Options final bool ipc; bool defaultCursor; bool error; + bool validate; }; #endif // OPTIONS_H |