Browse Source

pastojs: filer: fixed writing class destructor

git-svn-id: trunk@49043 -
Mattias Gaertner 4 năm trước cách đây
mục cha
commit
6fb57f8a92
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/pastojs/src/pas2jsfiler.pp

+ 1 - 1
packages/pastojs/src/pas2jsfiler.pp

@@ -3806,7 +3806,7 @@ begin
     else if C=TPasDestructor then
       Obj.Add('Type','Destructor')
     else if C=TPasClassDestructor then
-      Obj.Add('Type','Class Destructor')
+      Obj.Add('Type','ClassDestructor')
     else if C=TPasAnonymousProcedure then
       Obj.Add('Type','AnonymousProcedure')
     else if C=TPasAnonymousFunction then