From 7eb46a2e447f273be613b1eb9007417e604a8e03 Mon Sep 17 00:00:00 2001 From: pixhawk Date: Sun, 16 May 2010 19:30:17 +0200 Subject: [PATCH] Fixed small compile error --- src/ui/linechart/LinechartPlot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/linechart/LinechartPlot.h b/src/ui/linechart/LinechartPlot.h index 4e6dcef..d415f71 100644 --- a/src/ui/linechart/LinechartPlot.h +++ b/src/ui/linechart/LinechartPlot.h @@ -133,7 +133,7 @@ public: /** @brief Get the short-term median */ double getMedian(); /** @brief Get the current value */ - double TimeSeriesData::getCurrentValue(); + double getCurrentValue(); void setZeroValue(double zeroValue); void setInterval(quint64 ms); void setAverageWindowSize(int windowSize);