summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2017-10-24 09:19:35 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-10-24 14:05:26 +0200
commitdcb4f2db3d08cd0c9bea0c68abda3cd60dc0c30c (patch)
treeb488545923921a0b79f836cc013f60341ac25a3e /data
parentff62660f51ae35b53d464380c2accec18527f488 (diff)
xcode template: fix gst_ios_init declaration
https://bugzilla.gnome.org/show_bug.cgi?id=789385
Diffstat (limited to 'data')
-rw-r--r--data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h2
1 files changed, 1 insertions, 1 deletions
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