diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-10 07:46:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-10 07:46:24 (GMT) |
commit | dcb0b53d1155acfcdf5a9821dc8f21a1f5867c75 (patch) | |
tree | d1378bc8fa8fc9892d49cd2aa6f4e15b62163ab5 | |
parent | d64a0609fa7596bab92c9933a94d5b61f8900e7f (diff) |
Deprecated child()
-rw-r--r-- | src/control.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control.cc b/src/control.cc index d5f664e..1b58da1 100644 --- a/src/control.cc +++ b/src/control.cc @@ -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; |