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/extension/script/InkscapeScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/script') diff --git a/src/extension/script/InkscapeScript.h b/src/extension/script/InkscapeScript.h index e8728cb33..256b18a2c 100644 --- a/src/extension/script/InkscapeScript.h +++ b/src/extension/script/InkscapeScript.h @@ -42,7 +42,7 @@ public: /** * Destructor */ - ~InkscapeScript(); + virtual ~InkscapeScript(); /** * Interprets the script in the 'script' buffer, -- cgit v1.2.3