small fix

This commit is contained in:
Torsten Ruger 2015-08-25 09:57:22 +02:00
parent ee788b3507
commit 5ec7ea6d56
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class RefView < ListView
def marker id
var = Virtual.machine.objects[id]
if var.is_a? String
str "Wo"
str = "Wo"
else
str = var.class.name.split("::").last[0,2]
end