diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-02 23:34:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-02 23:34:58 +0000 |
| commit | 4721c53868187d10e3732cea63efa9fbd352178d (patch) | |
| tree | 6697962e7710707ad4f9b34e10a724199b58b430 | |
| parent | e05d5f7934ce27893f900627fbd06b1679d4c0ad (diff) | |
typo
| -rw-r--r-- | src/bindings.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index c51d46be..ee1c7c66 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -69,9 +69,9 @@ private: static void reset(OBBindings *self); // the timer's timeout function public: - //! Initializes an OBBinding object + //! Initializes an OBBindings object OBBindings(); - //! Destroys the OBBinding object + //! Destroys the OBBindings object virtual ~OBBindings(); //! Translates a binding string into the actual Binding |
