mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* named class properly
git-svn-id: trunk@30518 -
This commit is contained in:
parent
9af36c2257
commit
061a1aacf3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user