@@ -4,6 +4,9 @@
namespace entt {
struct davey_data {
+ davey_data(const char *value)
+ : name{value} {}
+
const char *name;
};