فهرست منبع

* Make fpdoc happy (and me too)

git-svn-id: trunk@47491 -
michael 4 سال پیش
والد
کامیت
c986cf9347
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/fcl-stl/src/gtree.pp

+ 0 - 1
packages/fcl-stl/src/gtree.pp

@@ -48,7 +48,6 @@ type
     TDepthFirstCallbackType = specialize TDepthFirstCallback<T>;
     TBreadthFirstCallbackType = specialize TBreadthFirstCallback<T>;
   private type
-  type
     TStackType = specialize TStack<TTreeNodeType>;
     TQueueType = specialize TQueue<TTreeNodeType>;
   private