@@ -10,7 +10,7 @@ Type tObject=Object
Function tObject.GetVMT:Pointer;
Begin
- Exit(TypeOf(Self));
+ Exit(Self);
End;
var