Skip to content

Commit

Permalink
Fix method specialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarren committed Sep 24, 2009
1 parent 2f6d57f commit 61b6d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contexts.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(call-next-method)))))))

(defgeneric context-equal (context1 context2)
(:method ((context1 list-context) (context2 list-context))
(:method ((context1 context) (context2 context))
(or (eq context1 context2)
(and (eq (sequence-id-of context1)
(sequence-id-of context2))
Expand Down

0 comments on commit 61b6d12

Please sign in to comment.