mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-05 00:13:39 +01:00
Fix signature of inherited call in TAvrProcess.Create.
This commit is contained in:
parent
4055d9420b
commit
dc38deaaa5
@ -678,7 +678,7 @@ begin
|
||||
FRemoteConfig.Assign(AProcessConfig);
|
||||
end;
|
||||
|
||||
inherited Create(AFileName, AProcessID, AThreadID, AnOsClasses, AMemManager);
|
||||
inherited Create(AFileName, AnOsClasses, AMemManager, AProcessConfig);
|
||||
end;
|
||||
|
||||
destructor TDbgAvrProcess.Destroy;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user