If you intend DAVException to appear as a std::exception, then say so
Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef
This commit is contained in:
parent
5c31515d2e
commit
356fa61f40
@ -103,7 +103,7 @@ const sal_uInt16 SC_INSUFFICIENT_STORAGE = 507;
|
||||
|
||||
|
||||
|
||||
class DAVException : std::exception
|
||||
class DAVException : public std::exception
|
||||
{
|
||||
public:
|
||||
enum ExceptionCode {
|
||||
|
Loading…
x
Reference in New Issue
Block a user