Skip to content
Snippets Groups Projects
Commit 77a57265 authored by unknown's avatar unknown
Browse files

Channel copy let num uninitialized

parent d6a8d23f
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ Channel::Channel(const Channel& ch)
name = ch.name;
eventType = ch.eventType;
nodeId = ch.nodeId;
num = ch.num;
}
void Channel::setProcessor(GenericProcessor* p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment