LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

Make TLKTreeNode<T> work on FreePascal #95

Closed LaKraven closed 6 years ago

LaKraven commented 9 years ago

At present, I can't get TLKTreeNode to compile under FreePascal (because it doesn't like using a Generic Object List of its own type... e.g: TLKObjectList<TLKTreeNode<T>>

This works fine under Delphi, but FreePascal hates it!