mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Constify some catches.
This commit is contained in:
parent
589d8fab5c
commit
7a6cdde571
14 changed files with 19 additions and 19 deletions
|
@ -811,7 +811,7 @@ ARE_THESE_REALLY_HARMFUL:
|
|||
parseTask (task, after, dateformat);
|
||||
}
|
||||
|
||||
catch (std::string& e)
|
||||
catch (const std::string& e)
|
||||
{
|
||||
problem = e;
|
||||
oops = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue