Skip to content
Snippets Groups Projects
Commit bbcfde6c authored by John Romein's avatar John Romein
Browse files

BugID: 225

Copy itsOptions in copy constructor
parent 4eef5c51
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ Sel_RoundRobin::~Sel_RoundRobin()
{}
Sel_RoundRobin::Sel_RoundRobin(const Sel_RoundRobin& that)
: Selector(that)
: Selector(that),
itsOptions(that.itsOptions)
{}
Selector* Sel_RoundRobin::clone() const
......
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