vcl/qa/cppunit/app/test_IconThemeSelector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f392ef868cd111f0d4a12842d1f1a68ea062bde4 Author: Caolán McNamara <[email protected]> Date: Fri Feb 21 23:10:26 2014 +0000 c++11ism Change-Id: I0838eafa47aaed222aca30d234300f2c05697175 diff --git a/vcl/qa/cppunit/app/test_IconThemeSelector.cxx b/vcl/qa/cppunit/app/test_IconThemeSelector.cxx index c1eb785..6c85bcd 100644 --- a/vcl/qa/cppunit/app/test_IconThemeSelector.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeSelector.cxx @@ -76,7 +76,7 @@ class IconThemeSelectorTest : public CppUnit::TestFixture IconThemeSelectorTest::GetFakeInstalledThemes() { std::vector<vcl::IconThemeInfo> r; - vcl::IconThemeInfo a{}; + vcl::IconThemeInfo a; a.mThemeId = "tango"; r.push_back(a); a.mThemeId = "oxygen";
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
