diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-19 17:23:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-19 17:23:54 +0100 |
commit | 5a79b5abea57313ff568e1291da2179ba7ac2322 (patch) | |
tree | fd2a3bfcfc8e88394de03e4b5fb7f9c90c293a58 /vcl | |
parent | 783c0a6acdb065f335bcffd90520133614511c93 (diff) |
fix build
Change-Id: I2d4fb034e72369dc051c4bc2f5a7598e1d58f9c1
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/lifecycle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/lifecycle.cxx b/vcl/qa/cppunit/lifecycle.cxx index 51d90776bb44..ff057eff3bb4 100644 --- a/vcl/qa/cppunit/lifecycle.cxx +++ b/vcl/qa/cppunit/lifecycle.cxx @@ -297,7 +297,7 @@ void LifecycleTest::testLeakage() aObjects.push_back(LeakTestObject::Create<VclVButtonBox>(xVBox)); } - aObjects.push_back(LeakTestObject::Create<Dialog>(xParent, "PrintProgressDialog", "vcl/ui/printprogressdialog.ui")); + aObjects.push_back(LeakTestObject::Create<Dialog>(xParent, "PrintProgressDialog", "vcl/ui/printprogressdialog.ui", WindowType::MODALDIALOG)); xParent.clear(); for (auto i = aObjects.rbegin(); i != aObjects.rend(); ++i) |