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:
Angus Leeming 2002-11-27 12:48:41 +00:00
parent b37df5ce20
commit 27aa66a6c6
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -24,7 +24,7 @@
ControlMath::ControlMath(LyXView & lv, Dialogs & d)
: ControlDialogBD(lv, d)
: ControlDialogBD(lv, d), active_(0)
{}