Skip to content

Commit

Permalink
updated #27
Browse files Browse the repository at this point in the history
  • Loading branch information
kudzinp committed Jul 9, 2019
1 parent c67e5ee commit a55779b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notifier.cpp
Expand Up @@ -23,8 +23,8 @@ static volatile bool done = false;


struct message final {
std::string subject = "";
std::string data = "";
std::string subject;
std::string data;
}; // struct message

static void _publish_ack_cb(const char* guid, const char* error, void* closure) {
Expand Down

0 comments on commit a55779b

Please sign in to comment.