* 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;
type
tarmtypeconvnode = class(tcgtypeconvnode)
tavrtypeconvnode = class(tcgtypeconvnode)
protected
{ procedure second_int_to_int;override; }
{ procedure second_string_to_string;override; }
@ -55,5 +55,5 @@ interface
implementation
begin
ctypeconvnode:=tarmtypeconvnode;
ctypeconvnode:=tavrtypeconvnode;
end.