chiark / gitweb /
Updates for SBCL 0.9.14 and 0.9.15
[clg] / gtk / gtkobject.lisp
index 1c70ad45f3f4a9736a52927e5618362513ff2a90..bd6ec8d7898cc27f575516083d5ecc77f43a2a64 100644 (file)
@@ -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: gtkobject.lisp,v 1.35 2006-08-15 12:16:09 espen Exp $
+;; $Id: gtkobject.lisp,v 1.36 2006-08-16 11:02:46 espen Exp $
 
 
 (in-package "GTK")
@@ -135,7 +135,8 @@ (defmethod compute-effective-slot-definition-initargs ((class container-child-cl
        (call-next-method))
     (call-next-method)))
 
-(defmethod compute-slot-reader-function ((slotd effective-child-slot-definition))
+(defmethod compute-slot-reader-function ((slotd effective-child-slot-definition) &optional signal-unbound-p)
+  (declare (ignore signal-unbound-p))
   (let* ((type (slot-definition-type slotd))
         (pname (slot-definition-pname slotd))
         (reader (reader-function type :ref :get)))