summaryrefslogtreecommitdiff
path: root/i/marvin/src/es/test_es.cc
diff options
context:
space:
mode:
authordufourj2006-05-24 20:13:50 +0000
committerdufourj2006-05-24 20:13:50 +0000
commit08c46b0aa2c1791ca404a60ca0f75e4687553076 (patch)
treed0b97fb8acc6da521a1be51de87c113090be0d91 /i/marvin/src/es/test_es.cc
parent78a8f07f655dc7ff426d87001f3ca4d6a8365ded (diff)
Ai :
- rajout de parametres ; - rajout de fonctions. Es : - fonctions de gettage de jack/couleur de sélection.
Diffstat (limited to 'i/marvin/src/es/test_es.cc')
-rw-r--r--i/marvin/src/es/test_es.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/es/test_es.cc b/i/marvin/src/es/test_es.cc
index 4213ebb..e5c90e5 100644
--- a/i/marvin/src/es/test_es.cc
+++ b/i/marvin/src/es/test_es.cc
@@ -65,7 +65,7 @@ class TestEs : public Tester
"Blocking wait (time)\n"
" - time : time to wait in ms");
interpreter.add
- ("colorRef", Interpreter::memFunc (es_, &Es::setRefColor),
+ ("colorRef", Interpreter::memFunc (es_, &Es::refColor),
"Reference current color as green for sensors (mask)");
interpreter.add
("rvbAll", Interpreter::memFunc (es_, &Es::enableAllSensors),