| commit | 5ac348cd6e788abbf18139289ae8f4722ab1ebe8 | [log] [tgz] |
|---|---|---|
| author | Martin Hořeňovský <[email protected]> | Thu Oct 31 15:47:29 2019 +0100 |
| committer | Martin Hořeňovský <[email protected]> | Thu Oct 31 16:08:37 2019 +0100 |
| tree | 88f35e61eb936f7d3b3954e63a838aee8efc3716 | |
| parent | 776a4686c7fa783fe3c57b7dbcefba57fe142c55 [diff] |
Fix compilation error in examples
diff --git a/examples/301-Gen-MapTypeConversion.cpp b/examples/301-Gen-MapTypeConversion.cpp index 9bc7adf..8877297 100644 --- a/examples/301-Gen-MapTypeConversion.cpp +++ b/examples/301-Gen-MapTypeConversion.cpp
@@ -29,7 +29,7 @@ } }; -std::string const& get() const { +std::string const& LineGenerator::get() const { return m_line; }