mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mark a lot of functions const (where possible)
This commit is contained in:
@@ -209,7 +209,7 @@ string AsmPrinter::operator()(Block const& _block)
|
||||
return "{\n " + body + "\n}";
|
||||
}
|
||||
|
||||
string AsmPrinter::appendTypeName(std::string const& _type)
|
||||
string AsmPrinter::appendTypeName(std::string const& _type) const
|
||||
{
|
||||
if (m_julia)
|
||||
return ":" + _type;
|
||||
|
||||
Reference in New Issue
Block a user