Index: libcfa/src/concurrency/actor.hfa
===================================================================
--- libcfa/src/concurrency/actor.hfa	(revision 358e1152002470ca3f713c07ccb231c390e19624)
+++ libcfa/src/concurrency/actor.hfa	(revision 5bc81e9bb1b7470271e59e4e69ea6b8359328f68)
@@ -299,5 +299,5 @@
 
 	if ( seperate_clus ) {
-		cluster = alloc();
+		this.cluster = alloc();
 		(*cluster){};
 	} else cluster = active_cluster();
@@ -360,5 +360,5 @@
 	adelete( worker_req_queues );
 	adelete( processors );
-	if ( seperate_clus ) delete( cluster );
+	if ( seperate_clus ) delete( this.cluster );
 
 	#ifdef ACTOR_STATS // print formatted stats
