Work around MSC "'override' cannot be used with 'inline'" bug
Change-Id: If736316402c49153d4c8552672c90552548f90b8
This commit is contained in:
parent
b3847f3dfd
commit
a3b0d947b0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user