aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-08-11 02:31:22 +0800
committerGav Wood <i@gavwood.com>2015-08-11 02:31:22 +0800
commit09fe2c098c798d3de7127583a0ba694e6001e6e0 (patch)
treece7a196e53eff2d8c6f570bd3aa368999d260cbd /Assembly.h
parent8b433edc4e0b163b66f6c743bfcfea56a2e81be6 (diff)
downloaddexon-solidity-09fe2c098c798d3de7127583a0ba694e6001e6e0.tar.gz
dexon-solidity-09fe2c098c798d3de7127583a0ba694e6001e6e0.tar.zst
dexon-solidity-09fe2c098c798d3de7127583a0ba694e6001e6e0.zip
Style fixes.
Diffstat (limited to 'Assembly.h')
-rw-r--r--Assembly.h2
1 files changed, 1 insertions, 1 deletions
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;