diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:02:39 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:02:53 -0800 |
| commit | fa3f598fc3b91d92665fda293460944f75c95b67 (patch) | |
| tree | a5d19eac16d81873ab51171bdd5670793baa4ff8 /lib | |
| parent | 69aaea030e08e083151aa25b8080eddd0d4c1683 (diff) | |
Fixing the upgrade pipeline, plus some misc. fixes.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/object.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/object.nom b/lib/object.nom index bb2de3a..d8c7f5e 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -99,7 +99,7 @@ test: class.__index = class class.class = class class.__tostring = function(inst) - return inst.name..getmetatable(_Dict{}).__tostring(inst) + return inst.name..getmetatable(Dict{}).__tostring(inst) end \(%class_body as lua) for stub,metamethod in pairs(globals.METAMETHOD_MAP) do |
