summaryrefslogtreecommitdiff
path: root/i/marvin/src/es/test_es.cc
diff options
context:
space:
mode:
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),