Index: libcfa/src/concurrency/cofor.hfa
===================================================================
--- libcfa/src/concurrency/cofor.hfa	(revision 6b33e891da6ed781bdcec69c5dfdd3cb8a9d0e44)
+++ libcfa/src/concurrency/cofor.hfa	(revision bb9897ca4557693d413d432fa46eb70dbd3adbd0)
@@ -33,5 +33,5 @@
 
 void main( cofor_runner & this ) with(this) {
-    while ( ! done || ! isEmpty( items ) ) {
+    while ( ! done || ! empty( items ) ) {
 		lock( mutex_lock );
         runner_node * node = &remove_first( items );
