From 89592c17d3b3b716c9c7581dca9436291947599c Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Tue, 8 Oct 2024 13:15:51 +0200 Subject: [PATCH] fixing error --- src/C++/Driver/src/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index b7adcfb..40f1292 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -8,8 +8,8 @@ using namespace std; CKobuki robot; int command(); -const string FORWARD = "forward"; -const string ROTATE = "rotate"; +const std::string FORWARD = "forward"; +const std::string ROTATE = "rotate"; int main() { unsigned char *null_ptr(0);