diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-02-05 01:45:25 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-02-05 01:45:25 -0500 |
commit | 09cdb1379e1e9f467f2d96757fbf010a941961f9 (patch) | |
tree | 3ae180bec28af7a1b45750ee8a78dede09fb2b3e /discord | |
parent | c827bd4943267dec26e2b67d97e2b534b3dbf69a (diff) | |
download | abaddon-portaudio-09cdb1379e1e9f467f2d96757fbf010a941961f9.tar.gz abaddon-portaudio-09cdb1379e1e9f467f2d96757fbf010a941961f9.zip |
try and fix build for real this time
Diffstat (limited to 'discord')
-rw-r--r-- | discord/objects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/objects.cpp b/discord/objects.cpp index 8be697a..8303279 100644 --- a/discord/objects.cpp +++ b/discord/objects.cpp @@ -329,7 +329,7 @@ void from_json(const nlohmann::json &j, UserNoteObject &m) { JS_ON("user_id", m.UserID); } -void to_json(nlohmann::json &j, UserSetNoteObject &m) { +void to_json(nlohmann::json &j, const UserSetNoteObject &m) { j["note"] = m.Note; } |