mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-09 03:34:46 +02:00
Fix compilation error in examples
This commit is contained in:
parent
776a4686c7
commit
5ac348cd6e
@ -29,7 +29,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string const& get() const {
|
std::string const& LineGenerator::get() const {
|
||||||
return m_line;
|
return m_line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user