mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +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}
|
||||
{$modeswitch objectivec1}
|
||||
|
||||
uses
|
||||
ctypes;
|
||||
|
||||
type
|
||||
TMyTestClass = objcclass external name 'NSObject' (NSObject)
|
||||
{ should not give a hint, since we have 'override' }
|
||||
function hash: cuint; override;
|
||||
function hash: NSUInteger; override;
|
||||
end;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user