mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:09:25 +02:00
* fixed for 64 bit platforms after r16684
git-svn-id: trunk@16769 -
This commit is contained in:
parent
319c2da797
commit
1d8fcadefb
@ -8,13 +8,10 @@
|
|||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$modeswitch objectivec1}
|
{$modeswitch objectivec1}
|
||||||
|
|
||||||
uses
|
|
||||||
ctypes;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TMyTestClass = objcclass external name 'NSObject' (NSObject)
|
TMyTestClass = objcclass external name 'NSObject' (NSObject)
|
||||||
{ should not give a hint, since we have 'override' }
|
{ should not give a hint, since we have 'override' }
|
||||||
function hash: cuint; override;
|
function hash: NSUInteger; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user