module template: update to use the new Param classes

This commit is contained in:
Beat Küng
2018-02-21 11:34:03 +01:00
parent 0d26aeafe2
commit 523bb11577
2 changed files with 7 additions and 6 deletions
+1 -2
View File
@@ -162,8 +162,7 @@ Module *Module::instantiate(int argc, char *argv[])
}
Module::Module(int example_param, bool example_flag)
: SuperBlock(nullptr, "MOD"),
_sys_autostart(this, "SYS_AUTOSTART", false)
: ModuleParams(nullptr)
{
}