1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-11 12:34:46 +02:00

Fix compilation error in examples

This commit is contained in:
Martin Hořeňovský 2019-10-31 15:47:29 +01:00
parent 776a4686c7
commit 5ac348cd6e
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

@ -29,7 +29,7 @@ public:
}
};
std::string const& get() const {
std::string const& LineGenerator::get() const {
return m_line;
}