* named class properly

git-svn-id: trunk@30518 -
This commit is contained in:
florian 2015-04-09 20:36:47 +00:00
parent 9af36c2257
commit 061a1aacf3

View File

@ -29,7 +29,7 @@ interface
node,ncnv,ncgcnv,defcmp; node,ncnv,ncgcnv,defcmp;
type type
tarmtypeconvnode = class(tcgtypeconvnode) tavrtypeconvnode = class(tcgtypeconvnode)
protected protected
{ procedure second_int_to_int;override; } { procedure second_int_to_int;override; }
{ procedure second_string_to_string;override; } { procedure second_string_to_string;override; }
@ -55,5 +55,5 @@ interface
implementation implementation
begin begin
ctypeconvnode:=tarmtypeconvnode; ctypeconvnode:=tavrtypeconvnode;
end. end.