Use hash instead of hasheq to manage gui models for typed racket compat
This commit is contained in:
parent
dba8e56a02
commit
21933612f8
|
@ -201,7 +201,7 @@ still be there, just not visible?
|
|||
|
||||
;; View Link
|
||||
|
||||
(define model=>view-link (make-hasheq))
|
||||
(define model=>view-link (make-hash))
|
||||
|
||||
(define/public (set-view-link model item)
|
||||
(hash-set! model=>view-link model item))
|
||||
|
|
Loading…
Reference in New Issue
Block a user