From f941184568634e578ce0421908b9000a20eab54a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 12 May 2012 16:37:50 +0200 Subject: Explicitly export nested struct (needed on Mac OS X) Change-Id: I59b385ce27640845413247d2e117b787f9d8b339 --- test/inc/test/beans/xpropertyset.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/inc/test/beans/xpropertyset.hxx b/test/inc/test/beans/xpropertyset.hxx index c69024cf1152..03839ea91073 100644 --- a/test/inc/test/beans/xpropertyset.hxx +++ b/test/inc/test/beans/xpropertyset.hxx @@ -64,7 +64,7 @@ private: static bool getSinglePropertyValue( const uno::Reference& xPropSet, const rtl::OUString& rName); - struct PropsToTest + struct OOO_DLLPUBLIC_TEST PropsToTest { std::vector constrained; std::vector bound; -- cgit