From 396c979de8a574b093d72bc6b1e0ef5cbc06210f Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 11 Dec 2007 14:29:04 -0700 Subject: [PATCH] fix interpret.cpp build breakage --- src/interpret.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }