summaryrefslogtreecommitdiff
path: root/cpp/src/tests/perftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/perftest.cpp')
-rw-r--r--cpp/src/tests/perftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/perftest.cpp b/cpp/src/tests/perftest.cpp
index 958c2b5cb1..da0eaf0f8a 100644
--- a/cpp/src/tests/perftest.cpp
+++ b/cpp/src/tests/perftest.cpp
@@ -509,7 +509,7 @@ int main(int argc, char** argv) {
}
return 0;
}
- catch (const qpid::Options::Exception& e) {
+ catch (const std::exception& e) {
cout << endl << e.what() << endl;
}
return 1;