Explorar el Código

* Make fpdoc happy (and me too)

git-svn-id: trunk@47491 -
michael hace 4 años
padre
commit
c986cf9347
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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