Browse Source

* avoid private constructor warning

git-svn-id: trunk@15780 -
pierre 15 years ago
parent
commit
df01446f42
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/aasmtai.pas

+ 0 - 1
compiler/aasmtai.pas

@@ -388,7 +388,6 @@ interface
           destructor Destroy;override;
           destructor Destroy;override;
           constructor ppuload(t:taitype;ppufile:tcompilerppufile);override;
           constructor ppuload(t:taitype;ppufile:tcompilerppufile);override;
           procedure ppuwrite(ppufile:tcompilerppufile);override;
           procedure ppuwrite(ppufile:tcompilerppufile);override;
-         private
           { sections should be created via new_section() }
           { sections should be created via new_section() }
           constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
           constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
        end;
        end;