lemon/unionfind.h
branch1.0
changeset 408 cf0c1b85618c
parent 353 81d40f1c850c
child 427 c59bdcc8e33e
     1.1 --- a/lemon/unionfind.h	Thu Dec 10 16:56:26 2009 +0100
     1.2 +++ b/lemon/unionfind.h	Thu Dec 10 09:14:47 2009 +0100
     1.3 @@ -733,7 +733,7 @@
     1.4      /// Erase each item from the data structure.
     1.5      void clear() {
     1.6        items.clear();
     1.7 -      classes.clear;
     1.8 +      classes.clear();
     1.9        firstClass = firstFreeClass = firstFreeItem = -1;
    1.10      }
    1.11