include/vcl/IconThemeSelector.hxx | 2 +- vcl/CppunitTest_vcl_app_test.mk | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit c42719bf5d320f449b55721d3a0e7feda61dc531 Author: Tor Lillqvist <[email protected]> Date: Fri Feb 21 22:09:49 2014 +0200 This uses boost_headers Change-Id: I3e587cf07674374c18fa49e0528c0d7f8605f0df diff --git a/vcl/CppunitTest_vcl_app_test.mk b/vcl/CppunitTest_vcl_app_test.mk index 0aa3202..0449e04 100644 --- a/vcl/CppunitTest_vcl_app_test.mk +++ b/vcl/CppunitTest_vcl_app_test.mk @@ -22,6 +22,10 @@ vcl \ $(gb_STDLIBS) \ )) +$(eval $(call gb_CppunitTest_use_externals,vcl_app_test, \ + boost_headers \ +)) + $(eval $(call gb_CppunitTest_set_include,vcl_app_test, \ $$(INCLUDE) \ -I$(OUTDIR)/inc \ commit 630ce26a254becab7b96abe87ac3094cf9c08f87 Author: Tor Lillqvist <[email protected]> Date: Fri Feb 21 22:07:07 2014 +0200 WaE: struct/class inconsistency Change-Id: Iedb9873bc36fa5854de56738351d3683e245024d diff --git a/include/vcl/IconThemeSelector.hxx b/include/vcl/IconThemeSelector.hxx index 35bde9e..39fdf6a 100644 --- a/include/vcl/IconThemeSelector.hxx +++ b/include/vcl/IconThemeSelector.hxx @@ -20,7 +20,7 @@ class IconThemeSelectorTest; namespace vcl { -struct IconThemeInfo; +class IconThemeInfo; /** This class helps to choose an icon theme from a list of installed themes. * _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
