aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;