summaryrefslogtreecommitdiff
path: root/tutorial/haxe/src/CalculatorHandler.hx
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/haxe/src/CalculatorHandler.hx')
-rw-r--r--tutorial/haxe/src/CalculatorHandler.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/haxe/src/CalculatorHandler.hx b/tutorial/haxe/src/CalculatorHandler.hx
index e9752db9f..fcb06d196 100644
--- a/tutorial/haxe/src/CalculatorHandler.hx
+++ b/tutorial/haxe/src/CalculatorHandler.hx
@@ -31,7 +31,7 @@ import tutorial.*;
import shared.*;
-class CalculatorHandler implements Calculator {
+class CalculatorHandler implements Calculator_service {
private var log = new IntMap<SharedStruct>();