From 6f5140a97b18415657eb9bfb395e3e6adeb04884 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 2 Aug 2002 13:34:14 +0000 Subject: [PATCH] add virtual destructor git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4839 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/PreviewedInset.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphics/PreviewedInset.h b/src/graphics/PreviewedInset.h index 87baa3b9d9..b7147478fe 100644 --- a/src/graphics/PreviewedInset.h +++ b/src/graphics/PreviewedInset.h @@ -37,6 +37,8 @@ public: /// PreviewedInset(Inset & inset) : inset_(inset), pimage_(0) {} + /// + virtual ~PreviewedInset() {} /** Find the PreviewLoader, add a LaTeX snippet to it and * start the loading process. -- 2.39.5