summaryrefslogtreecommitdiff
path: root/vcl/workben/svpclient.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-17 08:55:36 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 11:33:58 +0100
commite35bc27fdc648ee433c755312fa79263b49f1339 (patch)
treebb84b18a4958f85f3da393c68201fe0ead5eb0fd /vcl/workben/svpclient.cxx
parent683cb12163803af2888b17ee4902e319c8bc49b4 (diff)
vclwidget: make sure we have an explicit destructor
Change-Id: I50490ad8957e8069e72e855f0f5a3b694218fd6b
Diffstat (limited to 'vcl/workben/svpclient.cxx')
-rw-r--r--vcl/workben/svpclient.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx
index 7bbcdf2144f0..ee218bb80687 100644
--- a/vcl/workben/svpclient.cxx
+++ b/vcl/workben/svpclient.cxx
@@ -108,6 +108,7 @@ public:
virtual void Resize() SAL_OVERRIDE;
virtual bool Close() SAL_OVERRIDE;
+ virtual ~MyWin() { disposeOnce(); }
virtual void dispose() SAL_OVERRIDE;
void parseList( const OString& rList );