If you intend DAVException to appear as a std::exception, then say so

Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef
This commit is contained in:
Stephan Bergmann 2014-04-25 16:07:35 +02:00
parent 5c31515d2e
commit 356fa61f40

View File

@ -103,7 +103,7 @@ const sal_uInt16 SC_INSUFFICIENT_STORAGE = 507;
class DAVException : std::exception
class DAVException : public std::exception
{
public:
enum ExceptionCode {