From cbb34748bfe8343f326785c3bdc924ff14400bd8 Mon Sep 17 00:00:00 2001 From: David Botton Date: Fri, 24 May 2024 17:19:22 -0400 Subject: [PATCH] use protected hash --- source/clog-window.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clog-window.lisp b/source/clog-window.lisp index 4d3bcff..e9b49b3 100644 --- a/source/clog-window.lisp +++ b/source/clog-window.lisp @@ -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.")