gnumeric r16840 - trunk/src/tools



Author: guelzow
Date: Thu Oct  2 04:40:31 2008
New Revision: 16840
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16840&view=rev

Log:
2008-10-01  Andreas J. Guelzow <aguelzow pyrshep ca>

	* analysis-exp-smoothing.c (attach_series): change argument type to
	  remove warning. Include graph.h.




Modified:
   trunk/src/tools/ChangeLog
   trunk/src/tools/analysis-exp-smoothing.c

Modified: trunk/src/tools/analysis-exp-smoothing.c
==============================================================================
--- trunk/src/tools/analysis-exp-smoothing.c	(original)
+++ trunk/src/tools/analysis-exp-smoothing.c	Thu Oct  2 04:40:31 2008
@@ -33,6 +33,7 @@
 #include "value.h"
 #include "ranges.h"
 #include "expr.h"
+#include "graph.h"
 #include "func.h"
 #include "numbers.h"
 #include "sheet-object-graph.h"
@@ -72,7 +73,7 @@
 }
 
 static void
-attach_series (GogPlot *plot, GnmExpr const *expr)
+attach_series (GogPlot *plot, GOData *expr)
 {
 	GogSeries    *series;
 	



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