Skip to content

Commit 299e291

Browse files
committed
Get rid of warning W1075 in RAD Studio 12.2
1 parent 557067c commit 299e291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VirtualTrees.Types.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ interface
144144
TVTPaintContext = HDC;
145145
TVTBrush = HBRUSH;
146146
{$ENDIF}
147-
TColumnIndex = type Integer;
147+
TColumnIndex = Integer;
148148
TColumnPosition = type Cardinal;
149149
PCardinal = ^Cardinal;
150150

0 commit comments

Comments
 (0)