From 5d1e85b24154dea8ccf0fc98e54a5c0cbf32453c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:47:18 +1000 Subject: player.availableRecipes and root.allRecipes --- source/core/StarJsonParser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/StarJsonParser.hpp') diff --git a/source/core/StarJsonParser.hpp b/source/core/StarJsonParser.hpp index 5736f7f..a76a53a 100644 --- a/source/core/StarJsonParser.hpp +++ b/source/core/StarJsonParser.hpp @@ -39,7 +39,7 @@ template class JsonParser { public: JsonParser(JsonStream& stream) - : m_line(0), m_column(0), m_stream(stream), m_error(nullptr) {} + : m_line(0), m_column(0), m_error(nullptr), m_stream(stream) {} virtual ~JsonParser() {} // Does not throw. On error, returned iterator will not be equal to end, and -- cgit v1.2.3