mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Typo
This commit is contained in:
parent
f17f7e726d
commit
adfffad551
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ bool CGroupControllerRoot::isReservedName(const std::string &nodeName)
|
||||||
if (nodeName == "gain") return true;
|
if (nodeName == "gain") return true;
|
||||||
if (nodeName == "pitch") return true;
|
if (nodeName == "pitch") return true;
|
||||||
if (nodeName == "enable" || nodeName == "enabled") return true;
|
if (nodeName == "enable" || nodeName == "enabled") return true;
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
CGroupController *CGroupControllerRoot::getGroupController(const std::string &path)
|
CGroupController *CGroupControllerRoot::getGroupController(const std::string &path)
|
||||||
|
|
Loading…
Reference in a new issue