- Converted _command from std::string to A.
This commit is contained in:
Paul Beckingham 2014-10-15 01:43:27 -04:00
parent e5780474da
commit 698c801dbc
2 changed files with 12 additions and 7 deletions

View file

@ -87,7 +87,7 @@ public:
std::vector <A> _args;
std::string _rc;
std::map <std::string, std::string> _overrides;
std::string _command;
A _command;
bool _readOnly;
std::vector <A> _filter;
std::vector <A> _modifications;