summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-23 18:59:08 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-24 12:22:36 +0300
commit72108b8cba03a481c8b3cac32c3fc3d2e332eb1c (patch)
tree7afb3034073516b3cea26283d4467667eae92b8e /slideshow
parent309c7406840e42f0df18629319885209d66c0be3 (diff)
WaE: 'SceneObject' has virtual functions but non-virtual destructor
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
index 7e64b34961de..5f21831befc7 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
@@ -183,6 +183,8 @@ public:
void pushPrimitive (const Primitive &p);
+ virtual ~SceneObject() {}
+
protected:
/** All the surrounding scene primitives
*/