gnumeric r16840 - trunk/src/tools
- From: guelzow svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16840 - trunk/src/tools
- Date: Thu, 2 Oct 2008 04:40:31 +0000 (UTC)
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]