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

Change-Id: If736316402c49153d4c8552672c90552548f90b8
This commit is contained in:
Stephan Bergmann 2014-03-26 17:27:01 +01:00
parent b3847f3dfd
commit a3b0d947b0

View File

@ -38,7 +38,7 @@ class AbortContinuation:
public:
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:
AbortContinuation(AbortContinuation &); // not implemented