]> git.lyx.org Git - features.git/commitdiff
Initialise, initialise, initialise.
authorAngus Leeming <leeming@lyx.org>
Wed, 27 Nov 2002 12:48:41 +0000 (12:48 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 27 Nov 2002 12:48:41 +0000 (12:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5729 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlMath.C

index 42264b85dda3472e65de5ddbd03471a14b0b4de3..bd88ed48b40269ce4526d558092c7f9f79788205 100644 (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.
index 9a806dfadd309f696d5203d7f9034934f3b17ce3..10016e9f24f0e07303abc11d86821b0d1d3d3512 100644 (file)
@@ -24,7 +24,7 @@
 
 
 ControlMath::ControlMath(LyXView & lv, Dialogs & d)
-       : ControlDialogBD(lv, d)
+       : ControlDialogBD(lv, d), active_(0)
 {}