summaryrefslogtreecommitdiff
path: root/util/epist/parser.hh
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-10-14 05:03:15 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-10-14 05:03:15 +0000
commit8ea3db574ad4fc3e8022d89045b66d4fe2597356 (patch)
tree6a250bc3c761c2a656bdd0e011d37bf5a7be12ef /util/epist/parser.hh
parent2037631f753753a5c1ee9b2475b55658c3bb6eea (diff)
more fixes, better sanity detection and error messages. it shouldn't hog the keyboard in any case now. it won't grab when modifiers or keys are borked.
Diffstat (limited to 'util/epist/parser.hh')
-rw-r--r--util/epist/parser.hh4
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();