gegl r1888 - in trunk: . operations/io



Author: ok
Date: Mon Jan 21 22:17:45 2008
New Revision: 1888
URL: http://svn.gnome.org/viewvc/gegl?rev=1888&view=rev

Log:
* operations/io/magick-load.c: define gegl_node_get cache directly in
file to silence warning about missing prototype.


Modified:
   trunk/ChangeLog
   trunk/operations/io/magick-load.c

Modified: trunk/operations/io/magick-load.c
==============================================================================
--- trunk/operations/io/magick-load.c	(original)
+++ trunk/operations/io/magick-load.c	Mon Jan 21 22:17:45 2008
@@ -28,6 +28,9 @@
 #include "gegl-chant.h"
 #include <stdio.h>
 
+/* FIXME: this should not be neccesary to implement this operation */
+GeglBuffer *gegl_node_get_cache           (GeglNode      *node);
+
 static void
 load_cache (GeglChantOperation *op_magick_load)
 {



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