typo
This commit is contained in:
parent
e05d5f7934
commit
4721c53868
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue