From 5f9d5da7b833299467c77f04854e43bfbf0e562d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 9 Dec 2003 10:02:08 +0000 Subject: Change GST_*_PADDING to _gst_private[GST_PADDING] Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING] --- gst-libs/gst/propertyprobe/propertyprobe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst/propertyprobe/propertyprobe.h') diff --git a/gst-libs/gst/propertyprobe/propertyprobe.h b/gst-libs/gst/propertyprobe/propertyprobe.h index 3fe08f0b..695aa4da 100644 --- a/gst-libs/gst/propertyprobe/propertyprobe.h +++ b/gst-libs/gst/propertyprobe/propertyprobe.h @@ -56,7 +56,7 @@ typedef struct _GstPropertyProbeInterface { guint prop_id, const GParamSpec *pspec); - GST_CLASS_PADDING + gpointer _gst_reserved[GST_PADDING]; } GstPropertyProbeInterface; GType gst_property_probe_get_type (void); -- cgit v1.2.1