meta: non-const meta_custom_node in meta_custom

This commit is contained in:
Michele Caini
2024-07-23 11:39:41 +02:00
parent 6695bdcb52
commit a8f988893e

View File

@@ -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. */