aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elna/boot/type_check.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elna/boot/type_check.h b/include/elna/boot/type_check.h
index 37a4fca..e2f5cc9 100644
--- a/include/elna/boot/type_check.h
+++ b/include/elna/boot/type_check.h
@@ -189,6 +189,7 @@ namespace elna::boot
verdict check_pointer_hatch() const;
verdict check_pointer_conversion() const;
verdict check_slice_conversion() const;
+ verdict check_array_conversion() const;
bool run();
};