]> git.lyx.org Git - features.git/commitdiff
Pedantry
authorAngus Leeming <leeming@lyx.org>
Fri, 14 Jun 2002 10:58:05 +0000 (10:58 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 14 Jun 2002 10:58:05 +0000 (10:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4401 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/forms/README

index c5c941d7e28a910602ad899449ec358ef6143f78..6c5dac9687361d2566828863ad756d618a2aa770 100644 (file)
@@ -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.