Kaydet (Commit) 356fa61f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef
üst 5c31515d
......@@ -103,7 +103,7 @@ const sal_uInt16 SC_INSUFFICIENT_STORAGE = 507;
class DAVException : std::exception
class DAVException : public std::exception
{
public:
enum ExceptionCode {
......
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