From 96ef7028f775562f5d9042774b0ca4047a2db97b Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Wed, 30 Oct 2002 09:53:54 +0000 Subject: [PATCH] move G_BEGIN_DECLS to after #include Original commit message from CVS: move G_BEGIN_DECLS to after #include --- gst/registries/gstxmlregistry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/registries/gstxmlregistry.h b/gst/registries/gstxmlregistry.h index 714d931884..cb58cb10dc 100644 --- a/gst/registries/gstxmlregistry.h +++ b/gst/registries/gstxmlregistry.h @@ -24,10 +24,10 @@ #ifndef __GST_XML_REGISTRY_H__ #define __GST_XML_REGISTRY_H__ -G_BEGIN_DECLS - #include +G_BEGIN_DECLS + #define GST_TYPE_XML_REGISTRY \ (gst_xml_registry_get_type()) #define GST_XML_REGISTRY(obj) \