Просмотр исходного кода

hashed string is copyable/moveable now

Michele Caini 7 лет назад
Родитель
Сommit
4660f58653
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 };