aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-09-15 10:46:46 +0100
committergingerBill <bill@gingerbill.org>2018-09-15 10:46:46 +0100
commit71d987bd2eece5a30f4c872f91f9b08a06efc873 (patch)
treebab662631fd0f723847bbc024e13ec827ad16788 /src/check_type.cpp
parent637899467c2329ad0f405ae5d4d6e76e1b091243 (diff)
Fix runtime proc names; Change calling convention of `context` parameter
Diffstat (limited to 'src/check_type.cpp')
-rw-r--r--src/check_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp
index 993db6ff1..63c05ee7c 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -2199,7 +2199,7 @@ void check_map_type(CheckerContext *ctx, Type *type, Ast *node) {
type->Map.value = value;
if (is_type_string(key)) {
- add_package_dependency(ctx, "runtime", "__default_hash_string");
+ add_package_dependency(ctx, "runtime", "default_hash_string");
}