summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-14 15:29:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-14 15:29:12 +0100
commit1e70553585af382c7da3f79a3edf29de56c2d6a1 (patch)
treefb3cc0788251403691756ea2fc01db5e32f1bc82 /connectivity/source/inc
parentRevert "tdf#103725: Fix horizontal scaling on Windows" (diff)
downloadcore-1e70553585af382c7da3f79a3edf29de56c2d6a1.tar.gz
core-1e70553585af382c7da3f79a3edf29de56c2d6a1.zip
Make ~OCode an anchor again for vtable and RTTI emission
...had been lost with dd5fa4cea7b0c6912754e6887a678a050d4a7610 "declare default dtor as virtual" Change-Id: I30acd02c293a5ecc99f5bf4f6b1f6358ae392e93
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/file/fcode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index 930ac9b4a4fb..177e1ca32edd 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -45,7 +45,7 @@ namespace connectivity
{
public:
//virtual dtor to allow this to be the root of the class hierarchy
- virtual ~OCode() = default;
+ virtual ~OCode();
#if !defined _MSC_VER || _MSC_VER >= 1900
//but that disables the default move ctor
OCode(OCode&&) = default;