summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-09 01:18:34 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-09 01:18:42 +0300
commit888f71cc8d455aeb1ccf13264ac245aaaed6fa69 (patch)
treec136d75f8d807d9619646f84f5e4a9584fbb2450 /include
parent2b3e2258530b8214229f2c6a8dab385b508eb9bf (diff)
Seems an explicit destructor is needed
Otherwise it is unresolved in an optimising Clang build when linking libsc. Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdundo.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index a3766b735b82..ab2c8a5d0b60 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -274,6 +274,8 @@ public:
virtual void Undo();
virtual void Redo();
+
+ virtual ~SdrUndoRemoveObj();
};
/**