summaryrefslogtreecommitdiff
path: root/2004/i
diff options
context:
space:
mode:
authorschodet2004-05-13 19:43:36 +0000
committerschodet2004-05-13 19:43:36 +0000
commitcc5ed1e8f1ee554a292615cdfcd5cd86dc6f927a (patch)
tree4fb2d7770a948bd128ca38db01a08ae6326fe97c /2004/i
parente9eb2e72790ff8dcdb33e6d7e8f7627700004749 (diff)
Virure de Erreur
Diffstat (limited to '2004/i')
-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;