From 8ea3db574ad4fc3e8022d89045b66d4fe2597356 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 14 Oct 2002 05:03:15 +0000 Subject: 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. --- util/epist/parser.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util/epist/parser.hh') 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(); -- cgit v1.2.3