Fix memory leaks, fix tests.
[command.git] / include / parameter.h
index a96128c407e50f226d417a8ac5b811cf3944eb7a..1396f830d07ed3d63f11eb9540f6bc028a71c4cd 100644 (file)
@@ -24,7 +24,8 @@ namespace command {
         Parameter(const std::string & description)
             : Descriptive(description) {
         }
-        virtual ~Parameter() {}
+
+        virtual ~Parameter() { }
 
         /**
          * Method used for handling method calls linked with Argument or Option