git-svn-id: trunk@16769 -
@@ -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