You've already forked lazarus-ccr
LazMapViewer: Add missing "inherited".
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8051 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -651,6 +651,7 @@ end;
|
|||||||
|
|
||||||
constructor TGPSTrack.Create;
|
constructor TGPSTrack.Create;
|
||||||
begin
|
begin
|
||||||
|
inherited;
|
||||||
FPoints := TGPSPointList.Create(true);
|
FPoints := TGPSPointList.Create(true);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user