X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/112ac1d33aa8f9b7f3d2f9542d15431f152b1d35..42e68ad2e0b1de35c307ac170d8e3c993baed6ac:/glib/gboxed.lisp diff --git a/glib/gboxed.lisp b/glib/gboxed.lisp index 92b4f19..78fd62b 100644 --- a/glib/gboxed.lisp +++ b/glib/gboxed.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gboxed.lisp,v 1.19 2005-04-23 16:48:50 espen Exp $ +;; $Id: gboxed.lisp,v 1.20 2006-02-04 12:15:31 espen Exp $ (in-package "GLIB") @@ -30,7 +30,7 @@ (:metaclass struct-class)) (defmethod instance-finalizer ((instance boxed)) - (let ((location (proxy-location instance)) + (let ((location (foreign-location instance)) (type-number (type-number-of instance))) #'(lambda () (remove-cached-instance location)