diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-04-11 18:07:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-04-11 18:07:13 +0200 |
commit | ce224e4df4c1615391ff6c07269992129bcc92d8 (patch) | |
tree | 19edcb2072bc2a865d6fab44527000741b630692 /src | |
parent | 6933a73727c5d88a02fb5c9416a4ccaafc4d7b64 (diff) |
asdf
Diffstat (limited to 'src')
-rw-r--r-- | src/BodyItem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BodyItem.cpp b/src/BodyItem.cpp index 192a7bf..dfd6302 100644 --- a/src/BodyItem.cpp +++ b/src/BodyItem.cpp @@ -60,6 +60,7 @@ namespace QuickMedia { reactions.clear(); for(auto &reaction : other.reactions) { Reaction reaction_copy; + reaction_copy.text_str = reaction.text_str; reaction_copy.userdata = reaction.userdata; reaction_copy.text_color = reaction.text_color; reactions.push_back(std::move(reaction_copy)); |