Socket: fixed bug in readfrom where socklen was not set
[senf.git] / Utils / Console / ParsedCommand.ih
index 65a02f7..0dbe33b 100644 (file)
@@ -64,8 +64,9 @@ namespace detail {
         std::string defaultDoc;
         bool hasDefault;
         std::string doc;
+        bool singleToken;
         
-        ArgumentInfoBase(std::string const & type);
+        explicit ArgumentInfoBase(std::string const & type, bool singleToken=false);
         virtual ~ArgumentInfoBase();
 
         virtual std::string defaultValueStr() const = 0;