Skip to content

Commit

Permalink
Reset should compile fields, because the compiledSpec field is not th…
Browse files Browse the repository at this point in the history
…en lazily initialized by the instance side.
  • Loading branch information
guillep committed Nov 13, 2018
1 parent c34d6a6 commit b49fb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnifiedFFI/FFIExternalStructure.class.st
Expand Up @@ -218,8 +218,8 @@ FFIExternalStructure class >> removeAllOffsetVariables [
]

{ #category : #'class management' }
FFIExternalStructure class >> reset [
compiledSpec := nil
FFIExternalStructure class >> reset [
self compileFields.
]

{ #category : #accessing }
Expand Down

0 comments on commit b49fb32

Please sign in to comment.