diff options
Diffstat (limited to 'cpp/examples/messaging/map_sender.cpp')
-rw-r--r-- | cpp/examples/messaging/map_sender.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/messaging/map_sender.cpp b/cpp/examples/messaging/map_sender.cpp index 02c6433836..50150fa3d5 100644 --- a/cpp/examples/messaging/map_sender.cpp +++ b/cpp/examples/messaging/map_sender.cpp @@ -53,6 +53,7 @@ int main(int argc, char** argv) { colours.push_back(Variant("green")); colours.push_back(Variant("white")); content["colours"] = colours; + content["uuid"] = Uuid(true); content.encode(); sender.send(message); |