]> Dogcows Code - chaz/openbox/blobdiff - util/epist/parser.hh
more fixes, better sanity detection and error messages. it shouldn't hog the keyboard...
[chaz/openbox] / util / epist / parser.hh
index b1c02a319a0d03c397be3d49ea34a66958078c6e..d106f16d669d9c0c52a241d202c353614cf3a166 100644 (file)
@@ -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();
This page took 0.025025 seconds and 4 git commands to generate.