diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-27 23:51:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-21 08:52:19 +0200 |
commit | 6e3bfe103968390bd486293df93b381a13ad34df (patch) | |
tree | b9c45daca9800499b201a745fd56389ed7aaf754 /tests/manifest-roundtrip | |
parent | ccad54fefd2d8c980c61ae487dd3bcc9237a6137 (diff) |
Adopt for use as ODB value types
Diffstat (limited to 'tests/manifest-roundtrip')
-rw-r--r-- | tests/manifest-roundtrip/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest-roundtrip/driver.cxx b/tests/manifest-roundtrip/driver.cxx index f8a95bd..d7c7707 100644 --- a/tests/manifest-roundtrip/driver.cxx +++ b/tests/manifest-roundtrip/driver.cxx @@ -49,7 +49,7 @@ main (int argc, char* argv[]) cerr << "io failure" << endl; return 1; } - catch (const std::exception& e) + catch (const exception& e) { cerr << e.what () << endl; return 1; |