diff options
author | Damien Lespiau <damien.lespiau@gmail.com> | 2008-01-08 02:07:38 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:54:39 +0100 |
commit | c0362d43ab17e4cc2a8f5137413358959041d056 (patch) | |
tree | af3762100cc9dc5ac9b49bb39ce0fb3c35a09aa1 | |
parent | 8941bdd4ee271e6157f9f2f2931d866dfd946dcf (diff) |
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.
-rw-r--r-- | gst/gdp/dataprotocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gdp/dataprotocol.h b/gst/gdp/dataprotocol.h index 91261a0d9..5c9ff7755 100644 --- a/gst/gdp/dataprotocol.h +++ b/gst/gdp/dataprotocol.h @@ -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 ()) /** |