From a8f988893eefda13a90e0b3eceaadd15218dbeb5 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 23 Jul 2024 11:39:41 +0200 Subject: [PATCH] meta: non-const meta_custom_node in meta_custom --- src/entt/meta/meta.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/meta/meta.hpp b/src/entt/meta/meta.hpp index 743718082..324edfab0 100644 --- a/src/entt/meta/meta.hpp +++ b/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. */