diff options
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index e4bd65f3..be73b51f 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -49,7 +49,7 @@ private: BindingTree _keytree; // root node of the tree (this doesn't have siblings!) BindingTree *_curpos; // position in the keytree - BindingTree _mousetree; // this tree is a list. it has only siblings + 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); |
