]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.cpp
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
index c065e1f44e500897eb0ebf14b61402d3e0406b2e..8bf5242b33cc6f1ff1ced7bccf6d8658bde90d3d 100644 (file)
@@ -259,6 +259,7 @@ GuiWorkArea::Private::Private(GuiWorkArea * parent)
 GuiWorkArea::GuiWorkArea(QWidget * /* w */)
 : d(new Private(this))
 {
+       new CompressorProxy(this); // not a leak
 }