From 1be79923f04722ba0cd3538bc9d80a2c5c509910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 15 May 2005 16:43:56 +0000 Subject: Let's try that again (put virtual deconstructor into the public section) Original commit message from CVS: Let's try that again (put virtual deconstructor into the public section) --- gst/modplug/libmodplug/sndfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/modplug') diff --git a/gst/modplug/libmodplug/sndfile.h b/gst/modplug/libmodplug/sndfile.h index 2e95edcd..e09e6196 100644 --- a/gst/modplug/libmodplug/sndfile.h +++ b/gst/modplug/libmodplug/sndfile.h @@ -447,8 +447,8 @@ typedef struct _MODCOMMAND class IMixPlugin { - virtual ~IMixPlugin() {} public: + virtual ~IMixPlugin() {} virtual int AddRef() = 0; virtual int Release() = 0; virtual void SaveAllParameters() = 0; -- cgit v1.2.1