ソースを参照

hashed string is copyable/moveable now

Michele Caini 7 年 前
コミット
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:
 private:
-    const hash_type hash;
+    hash_type hash;
     const char *str;
     const char *str;
 };
 };