Skip to content
Snippets Groups Projects
Unverified Commit 8490ad34 authored by Jake Drahos's avatar Jake Drahos
Browse files

Removed delegated constructor

Not supported on base station
parent e8c6ac7c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,10 @@ namespace microcart
{
}
Tracker::Tracker(std::string server) : Tracker(server.c_str())
Tracker::Tracker(std::string server) :
remote(server.c_str()),
stop_flag(0),
trackerData()
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment