fix misspelling in library
This commit is contained in:
parent
4acc9d247a
commit
0378f9266e
2 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ namespace mutation {
|
|||
|
||||
/** disconnect any observers */
|
||||
void
|
||||
disconnnect()
|
||||
disconnect()
|
||||
{
|
||||
listeners_.clear();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ namespace time {
|
|||
|
||||
/** disconnect from observed entity and
|
||||
* cease any change notification */
|
||||
void disconnnect();
|
||||
void disconnect();
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -209,7 +209,7 @@ namespace time {
|
|||
|
||||
template<class TI>
|
||||
void
|
||||
Control<TI>::disconnnect()
|
||||
Control<TI>::disconnect()
|
||||
{
|
||||
notifyListeners_.disconnect();
|
||||
this->unbind();
|
||||
|
|
|
|||
Loading…
Reference in a new issue