fix get data

This commit is contained in:
2025-04-18 12:57:27 +03:00
parent e11b1d9f3c
commit 715cc71146

View File

@@ -24,6 +24,7 @@ namespace hack
void title(const std::string v) noexcept { m_title = v; }
void description(const std::string v) noexcept { m_description = v; }
void set_data(std::any v) noexcept { m_data = v; }
std::any get_data() noexcept { return m_data; }
void log()
{