Skip to content
Snippets Groups Projects
Commit 7bcfed93 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr for MacOS

parent dbf7a067
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
#include "Wrap/WinDllMacros.h"
#include <map>
#include <string>
//! Base class for all functional tests.
//! @class IFunctionalTest
......@@ -43,8 +44,8 @@ protected:
virtual bool runTest() = 0; //!< Returns true when successful
private:
std::string m_name;
std::string m_description;
std::string m_name {""};
std::string m_description {""};
};
#endif // BORNAGAIN_TESTS_FUNCTIONAL_TESTMACHINERY_IFUNCTIONALTEST_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment