pastojs: fixed rtl.js

git-svn-id: trunk@41147 -
This commit is contained in:
Mattias Gaertner 2019-01-30 15:53:58 +00:00
parent e348fada6c
commit 70c4d45474

View File

@ -1239,7 +1239,7 @@ var rtl = {
$Class: function(name,o){ return this.$Scope(name,rtl.tTypeInfoClass,o); },
$ClassRef: function(name,o){ return this.$inherited(name,rtl.tTypeInfoClassRef,o); },
$Pointer: function(name,o){ return this.$inherited(name,rtl.tTypeInfoPointer,o); },
$Interface: function(name,o){ return this.$Scope(name,rtl.tTypeInfoInterface,o); }
$Interface: function(name,o){ return this.$Scope(name,rtl.tTypeInfoInterface,o); },
$Helper: function(name,o){ return this.$Scope(name,rtl.tTypeInfoHelper,o); }
},