* fixed for 64 bit platforms after r16684

git-svn-id: trunk@16769 -
This commit is contained in:
Jonas Maebe 2011-01-15 20:26:17 +00:00
parent 319c2da797
commit 1d8fcadefb

View File

@ -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