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
1 changed files with 1 additions and 1 deletions

View File

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