Fix Struct-Type-Property.
Closes PR 13593. original commit: 8d080b74cb78d0b000059782703b2c4aa896f5cc
This commit is contained in:
parent
606b192204
commit
22672f99e8
|
@ -232,7 +232,7 @@
|
|||
(define -Thread-Group
|
||||
(make-Base 'Thread-Group #'thread-group? thread-group? #'-Thread-Group))
|
||||
(define -Struct-Type-Property
|
||||
(make-Base 'Struct-Type-Property #'struct-type-property? struct-type-property? #'Struct-Type-Property))
|
||||
(make-Base 'Struct-Type-Property #'struct-type-property? struct-type-property? #'-Struct-Type-Property))
|
||||
(define -Impersonator-Property
|
||||
(make-Base 'Impersonator-Property #'impersonator-property? impersonator-property? #'-Impersonator-Property))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user