use protected hash

This commit is contained in:
David Botton 2024-05-24 17:19:22 -04:00
parent 206a8859ea
commit cbb34748bf

View file

@ -615,7 +615,7 @@ STORAGE-TYPE. (local = persistant or session)"))
;; Implementation - clog popup windows
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defparameter *clog-popup-sync-hash* (make-hash-table :test 'equalp)
(defparameter *clog-popup-sync-hash* (make-hash-table* :test 'equalp)
"Used for syncing clog popup window creation with the thread creating
them.")