diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-30 07:33:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-30 07:33:13 +0000 |
| commit | 35c3e996b57adf77b78eb756b20a15646961a74c (patch) | |
| tree | 778599e66fd61ac650cf7462c776e160b651afd8 /src/bindings.hh | |
| parent | ee14d8a3ccadfaeb16f47187f071914353258bc6 (diff) | |
the bindings tree might work now
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index 4545627a..ffe987b3 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -51,6 +51,7 @@ private: int find(BindingTree *search); bool translate(const std::string &str, Binding &b); BindingTree *buildtree(const StringVect &keylist, int id); + void OBBindings::assimilate(BindingTree *node); public: //! Initializes an OBBinding object |
