diff options
Diffstat (limited to 'util/epist/parser.hh')
| -rw-r--r-- | util/epist/parser.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/epist/parser.hh b/util/epist/parser.hh index b1c02a31..d106f16d 100644 --- a/util/epist/parser.hh +++ b/util/epist/parser.hh @@ -36,9 +36,6 @@ public: void parse(std::string); - void setKey(std::string key) - { _key = key; } - void setArgumentNum(std::string arg) { _arg = arg; } @@ -57,6 +54,7 @@ public: void setOption(std::string opt) { _config->addOption(opt, _arg); } + void setKey(std::string); void setAction(std::string); void addModifier(std::string); void endAction(); |
