diff --git a/CEP/tinyCEP/src/Sel_RoundRobin.cc b/CEP/tinyCEP/src/Sel_RoundRobin.cc
index e784900eb050d713e87f883be2aa56ca1b43a7ce..0f2865271e5fb7dbc30a64001b2ff7dd5aa22796 100644
--- a/CEP/tinyCEP/src/Sel_RoundRobin.cc
+++ b/CEP/tinyCEP/src/Sel_RoundRobin.cc
@@ -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