fix the missing reference bug on class

This commit is contained in:
Torsten Ruger
2014-08-21 15:35:55 +03:00
parent 0677069fc0
commit 3915f5b7f9
4 changed files with 18 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ module Sof
end
unless occurence.referenced
#puts "referencing #{@counter} , at level #{level}/#{occurence.level} "
occurence.referenced = @counter
occurence.set_reference(@counter)
@counter = @counter + 1
end
return