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