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);