diff options
author | Alan Conway <aconway@apache.org> | 2007-10-26 21:22:50 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-10-26 21:22:50 +0000 |
commit | 747e8f422eca6cb2cbf430c21e32176211e9c7bc (patch) | |
tree | 75b3a0a79372df75771decc7f7e77289f4f42100 /cpp/examples/create_queue.cpp | |
parent | 972334fe845b22a3208be4e6892c62265f822c1b (diff) | |
download | qpid-python-747e8f422eca6cb2cbf430c21e32176211e9c7bc.tar.gz |
Fixed stray #include QpidError.h missed in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@588780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/create_queue.cpp')
-rw-r--r-- | cpp/examples/create_queue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/create_queue.cpp b/cpp/examples/create_queue.cpp index 7ac18a829a..ad9805187b 100644 --- a/cpp/examples/create_queue.cpp +++ b/cpp/examples/create_queue.cpp @@ -34,7 +34,7 @@ * subscriber shutdown. */ -#include "qpid/QpidError.h" +#include "qpid/Exception.h" #include "qpid/client/Channel.h" #include "qpid/client/Connection.h" #include "qpid/client/Exchange.h" |