diff options
Diffstat (limited to 'include/svtools/javainteractionhandler.hxx')
-rw-r--r-- | include/svtools/javainteractionhandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx index 53974d282993..8766c7eac001 100644 --- a/include/svtools/javainteractionhandler.hxx +++ b/include/svtools/javainteractionhandler.hxx @@ -53,7 +53,7 @@ private: oslInterlockedCount m_aRefCount; JavaInteractionHandler(JavaInteractionHandler const&) = delete; JavaInteractionHandler& operator = (JavaInteractionHandler const &) = delete; - SVT_DLLPRIVATE virtual ~JavaInteractionHandler(); + SVT_DLLPRIVATE ~JavaInteractionHandler(); }; } |