mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 17:44:59 +00:00
add a missing initialization (preventing a crash with previews)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7633 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f268743f8c
commit
f6bd1b3014
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-01 Alfredo Braunstein <abraunst@libero.it>
|
||||||
|
|
||||||
|
* formulabase.C (InsetFormulaBase): initialize view_
|
||||||
|
|
||||||
2003-08-28 Lars Gullik Bjønnes <larsbj@gullik.net>
|
2003-08-28 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* most files: change to use const buffer refs
|
* most files: change to use const buffer refs
|
||||||
|
@ -83,7 +83,7 @@ bool openNewInset(BufferView * bv, UpdatableInset * new_inset)
|
|||||||
|
|
||||||
|
|
||||||
InsetFormulaBase::InsetFormulaBase()
|
InsetFormulaBase::InsetFormulaBase()
|
||||||
: xo_(0), yo_(0)
|
: view_(0), xo_(0), yo_(0)
|
||||||
{
|
{
|
||||||
// This is needed as long the math parser is not re-entrant
|
// This is needed as long the math parser is not re-entrant
|
||||||
initMath();
|
initMath();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user