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) --- ChangeLog | 6 ++++++ gst/modplug/libmodplug/sndfile.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8abc1115..a6e4d345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-15 Tim-Philipp Müller + + * gst/modplug/libmodplug/sndfile.h: + Let's try that again (put virtual deconstructor into + the public section). + 2005-05-15 Tim-Philipp Müller * ext/directfb/directfbvideosink.c: 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