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

Work around MSC "'override' cannot be used with 'inline'" bug

Change-Id: If736316402c49153d4c8552672c90552548f90b8
üst b3847f3d
...@@ -38,7 +38,7 @@ class AbortContinuation: ...@@ -38,7 +38,7 @@ class AbortContinuation:
public: public:
inline AbortContinuation() {} inline AbortContinuation() {}
virtual inline void SAL_CALL select() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE {} virtual void SAL_CALL select() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE {}
private: private:
AbortContinuation(AbortContinuation &); // not implemented AbortContinuation(AbortContinuation &); // not implemented
......
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