mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
move G_BEGIN_DECLS to after #include
Original commit message from CVS: move G_BEGIN_DECLS to after #include
This commit is contained in:
parent
31efa36756
commit
96ef7028f7
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@
|
|||
#ifndef __GST_XML_REGISTRY_H__
|
||||
#define __GST_XML_REGISTRY_H__
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#include <gst/gstregistry.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_XML_REGISTRY \
|
||||
(gst_xml_registry_get_type())
|
||||
#define GST_XML_REGISTRY(obj) \
|
||||
|
|
Loading…
Reference in a new issue