From dcb4f2db3d08cd0c9bea0c68abda3cd60dc0c30c Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Tue, 24 Oct 2017 09:19:35 +0200 Subject: xcode template: fix gst_ios_init declaration https://bugzilla.gnome.org/show_bug.cgi?id=789385 --- data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h b/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h index 57a9b982..0380f6ac 100644 --- a/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h +++ b/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h @@ -19,7 +19,7 @@ G_PASTE(g_io_module_, G_PASTE(name, _load_static)) () //#define GST_IOS_GIO_MODULE_GNUTLS -void gst_ios_init (); +void gst_ios_init (void); G_END_DECLS -- cgit v1.2.3