tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / external / cppunit / CPPUNIT_PLUGIN_EXPORT.patch.0
bloba764be95a895e99480e5b6e1fbf3a8d8df1ada87
1 --- include/cppunit/plugin/TestPlugIn.h
2 +++ include/cppunit/plugin/TestPlugIn.h
3 @@ -111,7 +111,7 @@
4  /*! \brief Type of the function exported by a plug-in.
5   * \ingroup WritingTestPlugIn
6   */
7 -typedef CppUnitTestPlugIn *(*TestPlugInSignature)();
8 +extern "C" { typedef CppUnitTestPlugIn *(*TestPlugInSignature)(); }
9  
11  /*! \brief Implements the function exported by the test plug-in