summaryrefslogtreecommitdiff
path: root/tools/common
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2019-10-27 19:34:34 +0800
committerJohn Hodge <tpg@mutabah.net>2019-10-27 19:34:34 +0800
commit676ff7e33e7cfa21b58a1efafc65c15f8d6c7f3e (patch)
treeb86521d65e78fc75bb69c6a08e715844c80b7ccc /tools/common
parentdc806b29ce79d6ba40aca85bbdc5640261070910 (diff)
downloadmrust-676ff7e33e7cfa21b58a1efafc65c15f8d6c7f3e.tar.gz
minicargo - Fix Cargo.toml interpreting error with MSVC libcurl
Diffstat (limited to 'tools/common')
-rw-r--r--tools/common/toml.h2
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