[gimp] app: change the include guards of gegl/gimp-gegl-config.h



commit b72d73377a26459c76beb39a83f1055df2883c71
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jan 22 21:21:02 2016 +0100

    app: change the include guards of gegl/gimp-gegl-config.h
    
    They can't be the same as in config/gimpgeglconfig.h.

 app/gegl/gimp-gegl-config.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-config.h b/app/gegl/gimp-gegl-config.h
index 09b44de..5e0681e 100644
--- a/app/gegl/gimp-gegl-config.h
+++ b/app/gegl/gimp-gegl-config.h
@@ -15,8 +15,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIMP_GEGL_CONFIG_H__
-#define __GIMP_GEGL_CONFIG_H__
+#ifndef __GIMP_GEGL_CONFIG_ARGH_H__
+#define __GIMP_GEGL_CONFIG_ARGH_H__
 
 
 void            gimp_gegl_config_register      (const gchar *operation,
@@ -31,4 +31,4 @@ void            gimp_gegl_config_sync_node     (GimpObject  *config,
                                                 GeglNode    *node);
 
 
-#endif /* __GIMP_GEGL_CONFIG_H__ */
+#endif /* __GIMP_GEGL_CONFIG_ARGH_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]