You've already forked lazarus-ccr
TvPlanIt: Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -154,7 +154,7 @@ function TVpDayViewPainter.CountOverlappingEvents(Event: TVpEvent;
|
||||
var
|
||||
K, SelfLevel: Integer;
|
||||
Tmp: TVpEvent;
|
||||
Levels: array of Integer;
|
||||
Levels: array of Integer = nil;
|
||||
begin
|
||||
{ initialize the levels array }
|
||||
SetLength(Levels, MaxEventDepth);
|
||||
|
Reference in New Issue
Block a user