diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h index 385b162ed..d6bb11b58 100644 --- a/src/runtime/c/gu/string.h +++ b/src/runtime/c/gu/string.h @@ -119,7 +119,7 @@ typedef GuSeq GuStrings; typedef GuMap GuStringMap; #define gu_new_string_map(VAL_T, DEFAULT, POOL) \ - gu_new_map(GuString, gu_string_hasher, (VAL_T), (DEFAULT), (POOL)) + gu_new_map(GuString, gu_string_hasher, VAL_T, (DEFAULT), (POOL)) #endif