Kaydet (Commit) 85fde373 authored tarafından Michael Stahl's avatar Michael Stahl

sw: initialize SwDoc::mbInReading

This was causing intermittent failure at least in sw_python test.
(regression from 5494954b)

Change-Id: I8452536cfbb7bc5bd07e6405bc255e31a5007185
üst 29f0b74a
...@@ -260,6 +260,7 @@ SwDoc::SwDoc() ...@@ -260,6 +260,7 @@ SwDoc::SwDoc()
mReferenceCount(0), mReferenceCount(0),
mbGlossDoc(false), mbGlossDoc(false),
mbDtor(false), mbDtor(false),
mbInReading(false),
mbInXMLImport(false), mbInXMLImport(false),
mbUpdateTOX(false), mbUpdateTOX(false),
mbInLoadAsynchron(false), mbInLoadAsynchron(false),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment