From 4a380091d7170b5f4b016388ffac5ff841b8f167 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 24 Jan 2019 15:46:17 +0100 Subject: lowlevelunit.pas: tExtendedArrayArray neu --- lowlevelunit.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/lowlevelunit.pas b/lowlevelunit.pas index bf974f3..fbb58cb 100644 --- a/lowlevelunit.pas +++ b/lowlevelunit.pas @@ -46,6 +46,7 @@ type tIntPointArray = specialize tArray; tInt64PointArray = specialize tArray; tBooleanArray = specialize tArray; + tExtendedArrayArray = specialize tArray; tIntPointArrayArray = specialize tArray; pTIntPointArrayArray = ^tIntPointArrayArray; tGeradenArray = specialize tArray; -- cgit v1.2.3-54-g00ecf