Deprecated child()

export-menu
Marius Kintel 2014-02-10 02:46:24 -05:00
parent d64a0609fa
commit dcb0b53d11
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ AbstractNode *ControlModule::instantiate(const Context* /*ctx*/, const ModuleIns
if (type == CHILD)
{
PRINT("DEPRECATED: child() will be removed in future releases. Use children() instead.");
int n = 0;
if (evalctx->numArgs() > 0) {
double v;