mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:30:41 +01:00
* avoid private constructor warning
git-svn-id: trunk@15780 -
This commit is contained in:
parent
ecd4b3dc23
commit
df01446f42
@ -388,7 +388,6 @@ interface
|
||||
destructor Destroy;override;
|
||||
constructor ppuload(t:taitype;ppufile:tcompilerppufile);override;
|
||||
procedure ppuwrite(ppufile:tcompilerppufile);override;
|
||||
private
|
||||
{ sections should be created via new_section() }
|
||||
constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user