mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Fix assert error.
This commit is contained in:
parent
9d03c83609
commit
5c6e0ea4c1
2 changed files with 2 additions and 19 deletions
|
|
@ -36,9 +36,8 @@
|
|||
|
||||
class CUDPSocket {
|
||||
public:
|
||||
CUDPSocket(const std::string& address, unsigned int port);
|
||||
CUDPSocket(unsigned int port);
|
||||
CUDPSocket();
|
||||
CUDPSocket(const std::string& address, unsigned int port = 0U);
|
||||
CUDPSocket(unsigned int port = 0U);
|
||||
~CUDPSocket();
|
||||
|
||||
bool open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue