src/method-aggregate.lisp: Fix export for `aggregating-effective-method'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Sep 2015 10:17:15 +0000 (11:17 +0100)
src/method-aggregate.lisp

index 6e5d278..1332e10 100644 (file)
@@ -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'."))