summaryrefslogtreecommitdiff
path: root/include/cppunit/plugin/TestPlugIn.h
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2009-11-24 09:32:09 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2009-11-24 09:32:09 +0000
commit4bf95bac1c38cc2963fd6d62fec100377548f8c3 (patch)
tree97cc8ba26ac55821dbf78c0d2d3fe0bb54b839c2 /include/cppunit/plugin/TestPlugIn.h
parente2e303fc1c7f3df20c8d910385d4628905904b37 (diff)
downloadcppunit-4bf95bac1c38cc2963fd6d62fec100377548f8c3.tar.gz
Include/cppunit/plugin/TestPlugIn.
include/cppunit/plugin/TestPlugIn.h: * include/cppunit/plugin/TestPlugInDefaultImpl.h: added missing dllexport for CppUnitTestPlugIn.
Diffstat (limited to 'include/cppunit/plugin/TestPlugIn.h')
-rw-r--r--include/cppunit/plugin/TestPlugIn.h2
1 files changed, 1 insertions, 1 deletions
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.
*