summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/motor/goto_simple.h
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/motor/goto_simple.h')
-rw-r--r--2004/i/nono/src/motor/goto_simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/i/nono/src/motor/goto_simple.h b/2004/i/nono/src/motor/goto_simple.h
index d773720..f8bfa1a 100644
--- a/2004/i/nono/src/motor/goto_simple.h
+++ b/2004/i/nono/src/motor/goto_simple.h
@@ -26,7 +26,7 @@
// }}}
#include "goto.h"
-/// Classe abstraite d'un fournisseur de point pour MovementGoto.
+/// Goto permettant d'atteindre un point.
class GotoSimple : public Goto
{
double dx_, dy_;