fixing import order

This commit is contained in:
Torsten Ruger
2014-10-03 14:33:06 +03:00
parent a083c03b1d
commit 1347a85eb7
6 changed files with 11 additions and 12 deletions

View File

@ -17,7 +17,7 @@ module Builtin
me = Virtual::Self.new(Virtual::Reference)
code = Virtual::Set.new(Virtual::Self.new(me.type), me)
function.add_code(code)
function.add_code Virtual::FunctionCall.new(method)
function.add_code Register::FunctionCall.new(method)
return function
end
def putstring context