X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/1cc831d4c7b9ecba47578b8a85ea046ef4e3915a..1d51a2eea8537084e9e681c297422047ae858989:/src/standard-wrappers.lisp diff --git a/src/standard-wrappers.lisp b/src/standard-wrappers.lisp index bdc975c..f54f1e6 100644 --- a/src/standard-wrappers.lisp +++ b/src/standard-wrappers.lisp @@ -31,7 +31,7 @@ :initarg :action :initform nil :special t :accessor link-action))) -(defaction call-action-with-component-and-object ((self component) action-id object) +(defmethod/cc call-action-with-component-and-object ((self component) action-id object) (funcall (ucw::find-action (ucw::context.current-frame *context*) action-id) self object))