git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4401 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-06-14 10:58:05 +00:00
parent 36b8a40cd7
commit 8dccf74da7

View 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.