diff --git a/lemon/error.h b/lemon/error.h --- a/lemon/error.h +++ b/lemon/error.h @@ -70,7 +70,7 @@ if (ptr.get() == 0) return; try { if (!copy.valid()) return; - *ptr = copy.get(); + *ptr = copy.get(); } catch (...) {} }