mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Typo
This commit is contained in:
parent
45a857b564
commit
0e5d7137d6
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 == "pitch") return true;
|
||||
if (nodeName == "enable" || nodeName == "enabled") return true;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
CGroupController *CGroupControllerRoot::getGroupController(const std::string &path)
|
||||
|
|
Loading…
Reference in a new issue