From: Angus Leeming Date: Fri, 14 Jun 2002 10:58:05 +0000 (+0000) Subject: Pedantry X-Git-Tag: 1.6.10~19080 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8dccf74da742f5922f0eb1d90560929bc521fddc;p=features.git Pedantry git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4401 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/forms/README b/src/frontends/xforms/forms/README index c5c941d7e2..6c5dac9687 100644 --- a/src/frontends/xforms/forms/README +++ b/src/frontends/xforms/forms/README @@ -60,5 +60,5 @@ extern FD_graphics_special * build_graphics_special(void *); extern FD_graphics_lyxview * build_graphics_lyxview(void *); where the function is to be passed a pointer to the parent dialog -(usually "this") so that this pointer can be cast of to FormBase * and -the appropriate method called. +(usually "this") so that this pointer can be cast off to FormBase * in the +assigned callback function and the appropriate class method called.