mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix type of optimizeRuns
This commit is contained in:
committed by
chriseth
parent
ea7a6520b2
commit
f869792eec
@@ -279,7 +279,7 @@ protected:
|
||||
bytes data;
|
||||
};
|
||||
|
||||
size_t m_optimizeRuns = 200;
|
||||
unsigned m_optimizeRuns = 200;
|
||||
bool m_optimize = false;
|
||||
Address m_sender;
|
||||
Address m_contractAddress;
|
||||
|
||||
Reference in New Issue
Block a user