Code Cleanup

- Constify some catches.
This commit is contained in:
Scott Kostyshak
2012-09-02 00:39:20 -04:00
committed by Paul Beckingham
parent 589d8fab5c
commit 7a6cdde571
14 changed files with 19 additions and 19 deletions

View File

@@ -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;