]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
don't block GUI when showing all debug messages
[lyx.git] / src / Layout.cpp
index cd7b5d43233b961f1be4744fd1a8b9afc7ca9fc0..e3fea105e410ac2d3f2210d9eaa5d94d9729b451 100644 (file)
@@ -149,6 +149,8 @@ Layout::Layout()
        htmlforcecss_ = false;
        htmltitle_ = false;
        spellcheck = true;
+       optargs = 0;
+       reqargs = 0;
 }