mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Pedantry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4401 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
36b8a40cd7
commit
8dccf74da7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user