mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02: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