diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 461d014..e7c03e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,7 @@ int main(int argc, const char * argv[]) tocProgram(ofs, prg);
ofs.close();
}
- catch (const std::string & e)
+ catch (const char * e)
{
std::cerr << "Error: " << e << std::endl;
}
|
