From 509e6a8f439bba220d71393b4da9597b7f8fa180 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 30 Dec 2002 20:41:33 +0000 Subject: fucked up shit --- src/bindings.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings.hh') 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); -- cgit v1.2.3