From 390d447d9ba92878fbd1a0f7955edb5f83256195 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 30 Dec 2002 21:04:09 +0000 Subject: add some const --- src/bindings.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bindings.hh') 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: -- cgit v1.2.3