diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/modplug/libmodplug/sndfile.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-05-15 Tim-Philipp Müller <tim at centricular dot net> + * gst/modplug/libmodplug/sndfile.h: + Let's try that again (put virtual deconstructor into + the public section). + +2005-05-15 Tim-Philipp Müller <tim at centricular dot net> + * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_sink_link): * ext/libcaca/gstcacasink.c: (gst_cacasink_sinkconnect): 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; |