summaryrefslogtreecommitdiff
path: root/test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp')
-rw-r--r--test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp b/test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp
index 23da191..926f883 100644
--- a/test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp
+++ b/test/html-based-panel/node-cpp-lbs-modules/FuelStopAdvisorWrapper.hpp
@@ -72,7 +72,7 @@ protected:
static void SetFuelStopAdvisorWarningListener(const v8::FunctionCallbackInfo<v8::Value> &args);
void FuelStopAdvisorWarning(const bool& destinationCantBeReached);
- static void GetSpeed(const v8::FunctionCallbackInfo<v8::Value> &args);
+ static void GetEngineSpeed(const v8::FunctionCallbackInfo<v8::Value> &args);
static void GetLevel(const v8::FunctionCallbackInfo<v8::Value> &args);
static void GetInstantConsumption(const v8::FunctionCallbackInfo<v8::Value> &args);
static void GetOdometer(const v8::FunctionCallbackInfo<v8::Value> &args);