Skip to content
Snippets Groups Projects
Commit c5daf59c authored by jsiegle's avatar jsiegle
Browse files

Added missing bracket in NetworkThread.cpp

parent c7fb9006
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
#include "NetworkThread.h"
NetworkThread::NetworkThread(SourceNode* sn) : DataThread(sn)
// {
{
// char host[] = "10.121.43.47";
// char port[] = "5227";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment