mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Initialise, initialise, initialise.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b37df5ce20
commit
27aa66a6c6
@ -1,3 +1,7 @@
|
||||
2002-11-27 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlMath.C (ControlMath): initialise active_.
|
||||
|
||||
2002-11-25 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlDialog.h (hide, update): move from protected to public.
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
ControlMath::ControlMath(LyXView & lv, Dialogs & d)
|
||||
: ControlDialogBD(lv, d)
|
||||
: ControlDialogBD(lv, d), active_(0)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user