mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 06:10:44 +02:00
* use an existing class as external name (NSZone is not a class)
git-svn-id: branches/objc@13690 -
This commit is contained in:
parent
b76def10b2
commit
e835b05d49
@ -13,7 +13,7 @@ type
|
||||
TMyTestClass = objcclass(NSObject)
|
||||
{ should not give a hint, since we have 'override' }
|
||||
function hash: cuint; override;
|
||||
end; external name 'NSZone';
|
||||
end; external name 'NSObject';
|
||||
|
||||
var
|
||||
a: id;
|
||||
|
Loading…
Reference in New Issue
Block a user