Browse Source

* cocoaint: fixed signature of IOBluetoothGetObjectIDFromArguments()

git-svn-id: trunk@42515 -
Jonas Maebe 6 years ago
parent
commit
911a59a721
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cocoaint/src/iobluetooth/IOBluetoothUserLib.inc

+ 1 - 1
packages/cocoaint/src/iobluetooth/IOBluetoothUserLib.inc

@@ -15,7 +15,7 @@ type
 {$endif}
 {$endif}
 
 
 {$ifdef FUNCTIONS}
 {$ifdef FUNCTIONS}
-function IOBluetoothGetObjectIDFromArguments(argc: cint; argv: PChar { variable size array of PChar }): IOBluetoothObjectID; cdecl; external; deprecated 'in 10.6 and later';
+function IOBluetoothGetObjectIDFromArguments(argc: cint; argv: PPChar { variable size array of PChar }): IOBluetoothObjectID; cdecl; external; deprecated 'in 10.6 and later';
 {$endif}
 {$endif}
 
 
 {$ifdef TYPES}
 {$ifdef TYPES}