diff options
Diffstat (limited to 'tools/common')
-rw-r--r-- | tools/common/toml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common/toml.h b/tools/common/toml.h index 17e05142..5e031803 100644 --- a/tools/common/toml.h +++ b/tools/common/toml.h @@ -58,7 +58,7 @@ public: // Obtain the next value in the file TomlKeyValue get_next_value(); - const TomlLexer& lexer() const; + const TomlLexer& lexer() const { return m_lexer; } }; struct TomlValue |