summaryrefslogtreecommitdiff
path: root/grc/core/schema_checker/block.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/schema_checker/block.py')
-rw-r--r--grc/core/schema_checker/block.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/core/schema_checker/block.py b/grc/core/schema_checker/block.py
index 91ce906df2..e36865fed0 100644
--- a/grc/core/schema_checker/block.py
+++ b/grc/core/schema_checker/block.py
@@ -39,6 +39,7 @@ CPP_TEMPLATES_SCHEME = expand(
includes=list,
declarations=str_,
make=str_,
+ var_make=str_,
callbacks=list,
link=list,
translations=dict,