From 4bf95bac1c38cc2963fd6d62fec100377548f8c3 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Tue, 24 Nov 2009 09:32:09 +0000 Subject: Include/cppunit/plugin/TestPlugIn. include/cppunit/plugin/TestPlugIn.h: * include/cppunit/plugin/TestPlugInDefaultImpl.h: added missing dllexport for CppUnitTestPlugIn. --- include/cppunit/plugin/TestPlugIn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit/plugin/TestPlugIn.h') diff --git a/include/cppunit/plugin/TestPlugIn.h b/include/cppunit/plugin/TestPlugIn.h index 1c9b929..bd0565c 100644 --- a/include/cppunit/plugin/TestPlugIn.h +++ b/include/cppunit/plugin/TestPlugIn.h @@ -40,7 +40,7 @@ CPPUNIT_NS_END * \see CPPUNIT_PLUGIN_IMPLEMENT, CPPUNIT_PLUGIN_EXPORTED_FUNCTION_IMPL * \see CppUnit::TestPlugInDefaultImpl, CppUnit::XmlOutputter. */ -struct CppUnitTestPlugIn +struct CPPUNIT_API CppUnitTestPlugIn { /*! \brief Called just after loading the dynamic library. * -- cgit v1.2.1