mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reorder member variables of unique error reporter to ensure proper initialization order.
This commit is contained in:
parent
9f6d3deaea
commit
ece547204a
@ -96,8 +96,8 @@ public:
|
||||
void clear() { m_errorReporter.clear(); }
|
||||
|
||||
private:
|
||||
ErrorReporter m_errorReporter;
|
||||
ErrorList m_uniqueErrors;
|
||||
ErrorReporter m_errorReporter;
|
||||
std::map<std::pair<ErrorId, SourceLocation>, std::string> m_seenErrors;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user