X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/55212af123daea1d86d31da21cc1bee77651fb81..5884be5c1dd5f6dfa460088a9332230fe1a1d7af:/glib/gboxed.lisp diff --git a/glib/gboxed.lisp b/glib/gboxed.lisp index b24678d..9d6b994 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)