diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 16:57:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-26 14:33:11 +0200 |
commit | ccad54fefd2d8c980c61ae487dd3bcc9237a6137 (patch) | |
tree | 36566cb8e072c444cf8e344a5844800f7e177c86 /tests/manifest/driver.cxx | |
parent | 5a5be442f4604b4634ed55a4d3980addcf60838f (diff) |
Implement package version struct
Diffstat (limited to 'tests/manifest/driver.cxx')
-rw-r--r-- | tests/manifest/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index ff6005c..f3b5abf 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -38,7 +38,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; |