--- include/cppunit/plugin/TestPlugIn.h +++ include/cppunit/plugin/TestPlugIn.h @@ -111,7 +111,7 @@ /*! \brief Type of the function exported by a plug-in. * \ingroup WritingTestPlugIn */ -typedef CppUnitTestPlugIn *(*TestPlugInSignature)(); +extern "C" { typedef CppUnitTestPlugIn *(*TestPlugInSignature)(); } /*! \brief Implements the function exported by the test plug-in > cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/table/accessiblecell.hxx
e/starmath/res/dist92.png?id=8505d29d61a76ffa506be0dc86fe2ec7ed647483'>tdf#154774 Breeze: Add images for spacing preview in Math
AgeCommit message (Expand)Author
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
Rizal Muttaqin