From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: src/method-aggregate.lisp: Fix export for `aggregating-effective-method'. X-Git-Tag: 0.2.0~34 X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/d7887906f573f1cbfa9f04ade2df7966bed57b07?hp=e75eb63d81df077c02c6c74439fb14a34d4fb93e src/method-aggregate.lisp: Fix export for `aggregating-effective-method'. --- diff --git a/src/method-aggregate.lisp b/src/method-aggregate.lisp index 6e5d278..1332e10 100644 --- a/src/method-aggregate.lisp +++ b/src/method-aggregate.lisp @@ -94,7 +94,7 @@ (:method (message combination type) t)) -(export 'standard-effective-method) +(export 'aggregating-effective-method) (defclass aggregating-effective-method (simple-effective-method) () (:documentation "Effective method counterpart to `aggregating-message'."))