mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-01 12:47:11 +01:00
Fix compilation error in examples
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
std::string const& get() const {
|
||||
std::string const& LineGenerator::get() const {
|
||||
return m_line;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user