mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
some fixes
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
DocstringParsingError,
|
||||
ParserError,
|
||||
TypeError,
|
||||
|
||||
Warning
|
||||
};
|
||||
|
||||
@@ -69,7 +70,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
Type type() { return m_type; }
|
||||
Type const type() { return m_type; } const
|
||||
std::string const& typeName() const { return m_typeName; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user