mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
TAChart: Remove warning about Dispatch method redefinition
git-svn-id: trunk@28540 -
This commit is contained in:
parent
9909540c02
commit
1697ac1990
@ -111,7 +111,7 @@ type
|
||||
protected
|
||||
function Dispatch(
|
||||
AChart: TChart; AEventId: TChartToolEventId;
|
||||
AShift: TShiftState; APoint: TPoint): Boolean; virtual; abstract;
|
||||
AShift: TShiftState; APoint: TPoint): Boolean; virtual; abstract; overload;
|
||||
end;
|
||||
|
||||
{ TChartSeriesList }
|
||||
|
@ -56,7 +56,7 @@ type
|
||||
procedure Activate; override;
|
||||
procedure Deactivate; override;
|
||||
procedure Dispatch(
|
||||
AChart: TChart; AEventId: TChartToolEventId; APoint: TPoint);
|
||||
AChart: TChart; AEventId: TChartToolEventId; APoint: TPoint); overload;
|
||||
function GetIndex: Integer; override;
|
||||
function IsActive: Boolean;
|
||||
procedure MouseDown(APoint: TPoint); virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user