From 125c3eae8a1cd7685655ddc0277e9d934188aab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 21 Feb 2017 18:28:58 +0100 Subject: [PATCH] fix DroneShell: return type is string, not bool --- DroneShell/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DroneShell/src/main.cpp b/DroneShell/src/main.cpp index 22fd2f0936..354bae2029 100644 --- a/DroneShell/src/main.cpp +++ b/DroneShell/src/main.cpp @@ -934,7 +934,7 @@ See RecordPose for information about log file format") // std::string beforeScriptStartCallback(const DroneCommandParameters& params, std::string scriptFilePath) // { -// return false; +// return ""; // } // bool afterScriptEndCallback(const DroneCommandParameters& params, std::string scriptFilePath) // {