summaryrefslogtreecommitdiff
path: root/discord/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/objects.hpp')
-rw-r--r--discord/objects.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/objects.hpp b/discord/objects.hpp
index 5efd94c..713e4bd 100644
--- a/discord/objects.hpp
+++ b/discord/objects.hpp
@@ -121,6 +121,8 @@ struct MessageDeleteBulkData {
struct GuildMemberListUpdateMessage {
struct Item {
+ virtual ~Item() = default;
+
std::string Type;
};