diff options
Diffstat (limited to 'src/common/command_line.h')
-rw-r--r-- | src/common/command_line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command_line.h b/src/common/command_line.h index 85117c49e..2110b8849 100644 --- a/src/common/command_line.h +++ b/src/common/command_line.h @@ -168,7 +168,7 @@ namespace command_line { return parser(); } - catch (std::exception& e) + catch (const std::exception& e) { std::cerr << "Failed to parse arguments: " << e.what() << std::endl; std::cerr << desc << std::endl; |