summaryrefslogtreecommitdiff
path: root/src/options/module_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/module_template.h')
-rw-r--r--src/options/module_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/module_template.h b/src/options/module_template.h
index 0d830e109..61d689b72 100644
--- a/src/options/module_template.h
+++ b/src/options/module_template.h
@@ -42,14 +42,14 @@ ${modes_decl}$
struct Holder${id_cap}$
{
// clang-format off
-${holder_spec}$
+${holder_decl}$
// clang-format on
};
#undef DO_SEMANTIC_CHECKS_BY_DEFAULT
// clang-format off
-${wrap_funs}$
+${wrapper_functions}$
// clang-format on
namespace ${id}$
@@ -57,7 +57,7 @@ namespace ${id}$
// clang-format off
${option_names}$
-${defaults_decl}$
+${setdefaults_decl}$
// clang-format on
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback