diff options
Diffstat (limited to 'cpp/src/qpid/QpidError.h')
| -rw-r--r-- | cpp/src/qpid/QpidError.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/QpidError.h b/cpp/src/qpid/QpidError.h index 24c2b74dde..dea0902a0e 100644 --- a/cpp/src/qpid/QpidError.h +++ b/cpp/src/qpid/QpidError.h @@ -52,7 +52,7 @@ class QpidError : public Exception { init(); } ~QpidError() throw(); - Exception* clone() const throw(); + Exception::auto_ptr clone() const throw(); void throwSelf() const; private: |
