瀏覽代碼

* 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