Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Keeping the structs pointers in a callback as ExternalAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Nov 23, 2020
1 parent 4537804 commit 7900064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThreadedFFI/TFPointerToStructType.class.st
Expand Up @@ -10,7 +10,7 @@ Class {
{ #category : #'reading-writing' }
TFPointerToStructType >> callbackReadValue: anExternalAddress [

^ targetClass fromHandle: anExternalAddress.
^ self basicType callbackReadValue: anExternalAddress
]

{ #category : #marshalling }
Expand Down

0 comments on commit 7900064

Please sign in to comment.