mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
8941bdd4ee
commit
c0362d43ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue