X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fparser.hh;h=d106f16d669d9c0c52a241d202c353614cf3a166;hb=8ea3db574ad4fc3e8022d89045b66d4fe2597356;hp=b1c02a319a0d03c397be3d49ea34a66958078c6e;hpb=18f704edd0938355622049d853c1ce3cdfaee168;p=chaz%2Fopenbox 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();