summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-26 17:27:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-26 17:27:01 +0100
commita3b0d947b026731af6d29891876593c82c2bc65b (patch)
treed2f8b768d1317d1e043002c66279f0e1c701bcba /stoc
parentb3847f3dfda6ed18f5f09f01354c529925c25889 (diff)
Work around MSC "'override' cannot be used with 'inline'" bug
Change-Id: If736316402c49153d4c8552672c90552548f90b8
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/javavm/interact.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/interact.cxx b/stoc/source/javavm/interact.cxx
index e51d2782ad50..3edc3ffca683 100644
--- a/stoc/source/javavm/interact.cxx
+++ b/stoc/source/javavm/interact.cxx
@@ -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