mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01: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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user