From 356fa61f40d954e0210c79c7154482c3693603af Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 25 Apr 2014 16:07:35 +0200 Subject: [PATCH] If you intend DAVException to appear as a std::exception, then say so Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef --- ucb/source/ucp/webdav-neon/DAVException.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx index 499ccbbf3283..08af59e2fcd2 100644 --- a/ucb/source/ucp/webdav-neon/DAVException.hxx +++ b/ucb/source/ucp/webdav-neon/DAVException.hxx @@ -103,7 +103,7 @@ const sal_uInt16 SC_INSUFFICIENT_STORAGE = 507; -class DAVException : std::exception +class DAVException : public std::exception { public: enum ExceptionCode {