summaryrefslogtreecommitdiff
path: root/src/options/options_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_handler.h')
-rw-r--r--src/options/options_handler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/options/options_handler.h b/src/options/options_handler.h
index 475578c91..6f5016c6c 100644
--- a/src/options/options_handler.h
+++ b/src/options/options_handler.h
@@ -120,15 +120,15 @@ class OptionsHandler
/******************************* main options *******************************/
/** Show the solver build configuration and exit */
- void showConfiguration(const std::string& flag);
+ void showConfiguration(const std::string& flag, bool value);
/** Show copyright information and exit */
- void showCopyright(const std::string& flag);
+ void showCopyright(const std::string& flag, bool value);
/** Show version information and exit */
- void showVersion(const std::string& flag);
+ void showVersion(const std::string& flag, bool value);
/** Show all debug tags and exit */
- void showDebugTags(const std::string& flag);
+ void showDebugTags(const std::string& flag, bool value);
/** Show all trace tags and exit */
- void showTraceTags(const std::string& flag);
+ void showTraceTags(const std::string& flag, bool value);
private:
/** Pointer to the containing Options object.*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback