[geglmm] * gegl/src/operation.hg: Remove spaces from _DEFS()



commit e874748ac78042c6af3f5ed6a3b95eb32046643c
Author: Hubert Figuiere <hub figuiere net>
Date:   Tue Jun 23 16:00:49 2009 -0400

    	* gegl/src/operation.hg: Remove spaces from _DEFS()
    	to work around bug #586785.

 ChangeLog             |    5 +++++
 gegl/src/operation.hg |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0377f95..afc9e69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-23  Hubert Figuiere  <hub figuiere net>
+
+	* gegl/src/operation.hg: Remove spaces from _DEFS()
+	to work around bug #586785.
+
 2009-05-16  Hubert Figuiere  <hub figuiere net>
 
 	Update for gegl master.
diff --git a/gegl/src/operation.hg b/gegl/src/operation.hg
index f6d3c93..b934a1d 100644
--- a/gegl/src/operation.hg
+++ b/gegl/src/operation.hg
@@ -1,6 +1,6 @@
 /* libgeglmm - a C++ wrapper for libgegl
  *
- * (c) 2008 Hubert Figuiere
+ * (c) 2008-2009 Hubert Figuiere
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
 
 #include <geglmm/rectangle.h>
 
-_DEFS(geglmm, gegl)
+_DEFS(geglmm,gegl)
 _PINCLUDE(glibmm/private/object_p.h)
 
 // gegl-plugin seems to include config.h. BAD.



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