X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e75eb63d81df077c02c6c74439fb14a34d4fb93e..d7887906f573f1cbfa9f04ade2df7966bed57b07:/src/method-aggregate.lisp 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'."))