diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index d5accaa60..c5bb171cf 100644 --- a/src/options.h +++ b/src/options.h @@ -35,7 +35,7 @@ * A structure holding the values of various options that can be passed * from the command line. */ -struct Options +struct Options final { Options() : username(), |