diff --git a/src/interpret.cpp b/src/interpret.cpp index ebfc73c1c0..b43c2ebf9a 100644 --- a/src/interpret.cpp +++ b/src/interpret.cpp @@ -2868,7 +2868,7 @@ class MyProcessor: public Processor { } virtual void - initVtable(Thread*, object) + initVtable(vm::Thread*, object) { // ignore }