hardcode a declaration of gegl_node_add_child() in here for now.

2008-01-05  Manish Singh  <yosh@gimp.org>

        * app/core/gimpimagemap.c: hardcode a declaration of
        gegl_node_add_child() in here for now.

svn path=/trunk/; revision=24539
This commit is contained in:
Manish Singh 2008-01-05 22:25:06 +00:00 committed by Manish Singh
parent e748a07298
commit fb573473c9
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-01-05 Manish Singh <yosh@gimp.org>
* app/core/gimpimagemap.c: hardcode a declaration of
gegl_node_add_child() in here for now.
2008-01-05 Øyvind Kolås <pippin@gimp.org>
* app/gegl/gegl/gegl-operation-sink.h:

View file

@ -36,6 +36,11 @@
#include "gimppickable.h"
#include "gimpviewable.h"
#ifdef __GNUC__
#warning FIXME: gegl_node_add_child() needs to be public
#endif
GeglNode * gegl_node_add_child (GeglNode *self,
GeglNode *child);
enum
{
@ -431,9 +436,6 @@ gimp_image_map_apply (GimpImageMap *image_map,
"operation", "shift",
NULL);
#ifdef __GNUC__
#warning FIXME: gegl_node_add_child() needs to be public
#endif
gegl_node_add_child (image_map->gegl, image_map->operation);
image_map->output =