Skip to content

Commit

Permalink
forgot rename list-forums in storage-list-forums :(
Browse files Browse the repository at this point in the history
  • Loading branch information
archimag committed Mar 4, 2010
1 parent c4c8e14 commit 411c3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(defclass memory-storage ()
())

(defmethod list-forums ((storage memory-storage))
(defmethod storage-list-forums ((storage memory-storage))
'(("common-lisp" "Common Lisp")
("rulisp" "Обсуждение проекта")))

Expand Down

0 comments on commit 411c3ed

Please sign in to comment.