Kaydet (Commit) a3706c24 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Looser throw specifier for virtual webdav_ucp::DAVException::~DAVException()

Change-Id: I85892e6a9e7cc7c3720314fe0e7a0c96cbf989bc
üst f403784c
......@@ -156,6 +156,7 @@ class DAVException : std::exception
sal_uInt16 nStatusCode ) :
mExceptionCode( inExceptionCode ), mData( rData ),
mStatusCode( nStatusCode ) {};
virtual ~DAVException() throw() {};
const ExceptionCode & getError() const { return mExceptionCode; }
const OUString & getData() const { return mData; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment