Jelajahi Sumber

hashed string is copyable/moveable now

Michele Caini 7 tahun lalu
induk
melakukan
4660f58653
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/entt/core/hashed_string.hpp

+ 1 - 1
src/entt/core/hashed_string.hpp

@@ -170,7 +170,7 @@ public:
     }
 
 private:
-    const hash_type hash;
+    hash_type hash;
     const char *str;
 };