diff options
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index be73b51f..81b7075d 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -51,9 +51,9 @@ private: BindingTree *_mousetree; // this tree is a list. it has only siblings - int find_key(BindingTree *search); - bool translate(const std::string &str, Binding &b, bool askey); - BindingTree *buildtree(const StringVect &keylist, int id); + int find_key(BindingTree *search) const; + bool translate(const std::string &str, Binding &b, bool askey) const; + BindingTree *buildtree(const StringVect &keylist, int id) const; void OBBindings::assimilate(BindingTree *node); public: |
