Skip to content

Commit

Permalink
network/udpserver: some small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Nov 30, 2023
1 parent d158b79 commit 15742dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdme/network/udpserver/UDPServerIOThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class tdme::network::udpserver::UDPServerIOThread final: private Thread {
};
typedef queue<Message*> MessageQueue;
typedef unordered_map<uint32_t, Message*> MessageMapAck;
unique_ptr<Barrier> startUpBarrier;
Barrier* startUpBarrier;

public:
// forbid class copy
Expand Down

0 comments on commit 15742dc

Please sign in to comment.