gdp: Fix empty prototypes. Fixes bug #507957.
Original commit message from CVS: Patch by: Damien Lespiau <damien.lespiau@gmail.com> * libs/gst/controller/gstcontroller.h: * libs/gst/controller/gstcontrolsource.h: * libs/gst/controller/gstinterpolationcontrolsource.h: * libs/gst/controller/gstlfocontrolsource.h: * libs/gst/dataprotocol/dataprotocol.h: Fix empty prototypes. Fixes bug #507957.
This commit is contained in:
parent
16e18f3e1a
commit
ecb3018196
@ -41,7 +41,7 @@ typedef enum {
|
||||
GST_DP_VERSION_1_0,
|
||||
} GstDPVersion;
|
||||
|
||||
GType gst_dp_version_get_type ();
|
||||
GType gst_dp_version_get_type (void);
|
||||
#define GST_TYPE_DP_VERSION (gst_dp_version_get_type ())
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user