mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Initialize definition_ correctly
This commit is contained in:
parent
cdd79e76a6
commit
af6cb2d0e2
@ -136,7 +136,8 @@ private:
|
||||
|
||||
MathMacro::MathMacro(Buffer * buf, docstring const & name)
|
||||
: InsetMathNest(buf, 0), name_(name), displayMode_(DISPLAY_INIT),
|
||||
expanded_(buf), attachedArgsNum_(0), optionals_(0), nextFoldMode_(true),
|
||||
expanded_(buf), definition_(buf), attachedArgsNum_(0),
|
||||
optionals_(0), nextFoldMode_(true),
|
||||
macroBackup_(buf), macro_(0), needsUpdate_(false),
|
||||
isUpdating_(false), appetite_(9)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user