Code Cleanup
- Constify some catches.
This commit is contained in:
committed by
Paul Beckingham
parent
589d8fab5c
commit
7a6cdde571
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user