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()
mReferenceCount(0),
mbGlossDoc(false),
mbDtor(false),
mbInReading(false),
mbInXMLImport(false),
mbUpdateTOX(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