소스 검색

* 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