Browse Source

* fixed for 64 bit platforms after r16684

git-svn-id: trunk@16769 -
Jonas Maebe 14 years ago
parent
commit
1d8fcadefb
1 changed files with 1 additions and 4 deletions
  1. 1 4
      tests/test/tobjc8a.pp

+ 1 - 4
tests/test/tobjc8a.pp

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