diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-30 20:41:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-30 20:41:33 +0000 |
| commit | 509e6a8f439bba220d71393b4da9597b7f8fa180 (patch) | |
| tree | 1e6af0e911c79ed47a8ddcbc9853cbe4e438bf26 /src/bindings.hh | |
| parent | dabac4f740d2c43206bb6f6b99c2543120c99024 (diff) | |
fucked up shit
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); |
