extend comment

git-svn-id: trunk@16499 -
This commit is contained in:
paul 2008-09-09 09:16:43 +00:00
parent 01764cf00b
commit 51a0e1dc2a

View File

@ -70,7 +70,7 @@ type
{ TDefaultImageListImplementor }
// Dont use TObjectList due to a bug in it
// Dont use TObjectList due to a bug in it (fixed in fpc > 2.2.2)
TDefaultImageListImplementor = class(TList)
private
FList: TCustomImageList;