mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Constify exception references
This commit is contained in:
parent
e288de7ec1
commit
6738cdd715
3 changed files with 14 additions and 14 deletions
|
@ -261,7 +261,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
return app->exec(params.paramList());
|
||||
}
|
||||
catch (CommandLineParameterError &er) {
|
||||
catch (const CommandLineParameterError &er) {
|
||||
displayBadArgMessage(er.messageForUser());
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue