Fix small issues.

This commit is contained in:
Jonathan Naylor
2018-03-14 19:24:18 +00:00
parent 6762f2713f
commit 11b6cd7cf5
7 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const unsigned int BUFFER_LENGTH = 200U;
const unsigned int NXCORE_PORT = 41300U;
CNXCoreNetwork::CNXCoreNetwork(const std::string& address, bool debug) :
m_socket("", NXCORE_PORT),
m_socket(NXCORE_PORT),
m_address(),
m_debug(debug),
m_buffer(1000U, "NXCore Network")