소스 검색

meta: non-const meta_custom_node in meta_custom

Michele Caini 1 년 전
부모
커밋
a8f988893e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/entt/meta/meta.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -858,7 +858,7 @@ struct meta_custom {
     }
 
 private:
-    const internal::meta_custom_node node{};
+    internal::meta_custom_node node{};
 };
 
 /*! @brief Opaque wrapper for data members. */