jiml
committed
on 13 Feb 06
fix typo in the define_function_args call for template_demo_notes__new:

if you want to use package_instantiate_object using some type <t>, … Show more
fix typo in the define_function_args call for template_demo_notes__new:

if you want to use package_instantiate_object using some type <t>, then

your call to define_function_args for <t>__new needs to have the object_type

parameter defaulting to <t>

Show less