Skip to content

Commit

Permalink
fixed conflicting method get-voice renamed get-rq-voice
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhaddad committed Feb 6, 2021
1 parent 4511a0e commit d6b1274
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions RQ.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
; ("sub-pack-name" subpackage-lists class-list function-list class-alias-list)
;--------------------------------------------------
(om::fill-library
'(("RQ" nil (rq::rq) (rq::get-voice rq::get-k-best-list) nil)
'(("RQ" nil (rq::rq) (rq::get-rq-voice rq::get-k-best-list) nil)
)
(find-library "RQ"))

Expand All @@ -81,14 +81,14 @@

(export '(
rq
get-voice
get-rq-voice
get-k-best-list
))

;To make these symbols usable in the OM package
(import '(
rq
get-voice
get-rq-voice
get-k-best-list
)
:om)
Loading

0 comments on commit d6b1274

Please sign in to comment.