Bläddra i källkod

* fix destructor

git-svn-id: trunk@47980 -
(cherry picked from commit bb8fd96eaab194716923c358ab0d2059a2fbbe98)
marco 4 år sedan
förälder
incheckning
ff4ed1a93c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      utils/fpdoc/dw_chm.pp

+ 1 - 0
utils/fpdoc/dw_chm.pp

@@ -428,6 +428,7 @@ begin
   
   if ETypeName[1] = 'f' then Exit(cmtFunction);
   if ETypeName[1] = 'c' then Exit(cmtConstructor);
+  if ETypeName[1] = 'd' then Exit(cmtDestructor);
   if ETypeName[1] = 'v' then Exit(cmtVariable);
   if ETypeName[1] = 'i' then Exit(cmtInterface);
   // the p's