aboutsummaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
authorHein-Pieter van Braam2017-02-15 14:41:16 +0100
committerHein-Pieter van Braam2017-02-16 18:44:29 +0100
commitb696beea65bbffd31edac169ccf9708f46ab9652 (patch)
tree27bd4f630dda96d028aa0efd7752000844ac996b /core/object.h
parent903a3aa5f0e128abb1fb752c10b343b34af8f799 (diff)
downloadgodot-b696beea65bbffd31edac169ccf9708f46ab9652.tar.gz
godot-b696beea65bbffd31edac169ccf9708f46ab9652.tar.zst
godot-b696beea65bbffd31edac169ccf9708f46ab9652.zip
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.h b/core/object.h
index ba4fa62e1..3fe31bee6 100644
--- a/core/object.h
+++ b/core/object.h
@@ -680,7 +680,7 @@ class ObjectDB {
unsigned long i;
} u;
u.p=p_obj;
- return HashMapHahserDefault::hash((uint64_t)u.i);
+ return HashMapHasherDefault::hash((uint64_t)u.i);
}
};