lemon/error.h
changeset 212 1ae84dea7d09
parent 209 765619b7cbb2
child 280 e7f8647ce760
     1.1 --- a/lemon/error.h	Sun Jul 13 20:09:47 2008 +0100
     1.2 +++ b/lemon/error.h	Mon Jul 14 09:15:23 2008 +0200
     1.3 @@ -70,7 +70,7 @@
     1.4        if (ptr.get() == 0) return;
     1.5        try {
     1.6          if (!copy.valid()) return;
     1.7 -         *ptr = copy.get();
     1.8 +        *ptr = copy.get();
     1.9        } catch (...) {}
    1.10      }
    1.11