diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2009-11-24 09:32:09 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2009-11-24 09:32:09 +0000 |
| commit | 4bf95bac1c38cc2963fd6d62fec100377548f8c3 (patch) | |
| tree | 97cc8ba26ac55821dbf78c0d2d3fe0bb54b839c2 /include/cppunit/plugin/TestPlugIn.h | |
| parent | e2e303fc1c7f3df20c8d910385d4628905904b37 (diff) | |
| download | cppunit-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.h | 2 |
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. * |
