diff --git a/src/hb-map.hh b/src/hb-map.hh index 81cf0c24b..793dcf22c 100644 --- a/src/hb-map.hh +++ b/src/hb-map.hh @@ -41,8 +41,8 @@ template ::value ? hb_int_min (V) : (V) -1> struct hb_hashmap_t { - static constexpr k_invalid_t INVALID_KEY = kINVALID; - static constexpr v_invalid_t INVALID_VALUE = vINVALID; + static constexpr K INVALID_KEY = kINVALID; + static constexpr V INVALID_VALUE = vINVALID; hb_hashmap_t () { init (); } ~hb_hashmap_t () { fini (); }