Fix compiling.
[command.git] / include / parameter.h
index e55a2d1e248c2fe3541fb3395177a52691c33dee..5ca49317ffc9528d7d9fdc9f9cd1895207b4f5b9 100644 (file)
@@ -16,7 +16,7 @@ namespace command {
      */
     class Parameter : public Descriptive {
     protected:
-        std:string userValue;
+        std::string userValue;
     public:
         typedef class Parameter Type;
         /**