ComCtrls: change signature of TDrawTabEvent to avoid compilation error due to duplicatie identifier.

Issue #0025245. Patch by Avishai.

git-svn-id: trunk@43337 -
This commit is contained in:
bart 2013-10-28 20:48:39 +00:00
parent 19fb55dd6e
commit c115f8906b

View File

@ -350,7 +350,7 @@ type
TNoteBookCapabilities = TCTabControlCapabilities deprecated;
TDrawTabEvent = procedure(Control: TCustomTabControl; TabIndex: Integer;
const Rect: TRect; Active: Boolean) of object;
const Rect: TRect; AActive: Boolean) of object;
TCustomTabControl = class(TWinControl)
private