From 09fe2c098c798d3de7127583a0ba694e6001e6e0 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 10 Aug 2015 20:31:22 +0200 Subject: Style fixes. --- Assembly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assembly.h') diff --git a/Assembly.h b/Assembly.h index 1457173b..5814c16e 100644 --- a/Assembly.h +++ b/Assembly.h @@ -112,7 +112,7 @@ protected: unsigned bytesRequired() const; private: - Json::Value streamAsmJson(std::ostream& _out, const StringMap &_sourceCodes) const; + Json::Value streamAsmJson(std::ostream& _out, StringMap const& _sourceCodes) const; std::ostream& streamAsm(std::ostream& _out, std::string const& _prefix, StringMap const& _sourceCodes) const; Json::Value createJsonValue(std::string _name, int _begin, int _end, std::string _value = std::string(), std::string _jumpType = std::string()) const; -- cgit