From e36b55fc22df7631393784974077c5f7a1b00e67 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 4 Nov 2007 01:01:15 +0000 Subject: Add virtual to a lot of the destructors. Note: perhaps it will have to be reverted for some files to keep them C-compatible. (bzr r4024) --- src/composite-undo-stack-observer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/composite-undo-stack-observer.h') diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h index e24561ace..cd00d4211 100644 --- a/src/composite-undo-stack-observer.h +++ b/src/composite-undo-stack-observer.h @@ -117,7 +117,7 @@ public: */ CompositeUndoStackObserver(); - ~CompositeUndoStackObserver(); + virtual ~CompositeUndoStackObserver(); /** * Add an UndoStackObserver. -- cgit v1.2.3