summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2004/i/nono/src/motor/test_motor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/i/nono/src/motor/test_motor.cc b/2004/i/nono/src/motor/test_motor.cc
index b393bb7..3c25e7a 100644
--- a/2004/i/nono/src/motor/test_motor.cc
+++ b/2004/i/nono/src/motor/test_motor.cc
@@ -81,7 +81,7 @@ main (int argc, char **argv)
}
return 0;
}
- catch (Erreur &e)
+ catch (const std::exception &e)
{
cerr << e.what () << endl;
return 1;