* Fix bug #33441 (patch from Silvio Clécio)

git-svn-id: trunk@38539 -
This commit is contained in:
michael 2018-03-17 00:01:51 +00:00
parent 0d636e69e6
commit a877616dd5

View File

@ -38,7 +38,7 @@ type
TProcedure = procedure;
TFilename = String;
TFileName = type string;
TIntegerSet = Set of 0..SizeOf(Integer)*8-1;