Commit 7eb46a2e authored by pixhawk's avatar pixhawk

Fixed small compile error

parent 32c8de2e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment