mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adding default value to isLibrary
This commit is contained in:
parent
3367bf4b95
commit
c62828c8ff
@ -125,7 +125,7 @@ private:
|
|||||||
std::shared_ptr<Scanner> scanner;
|
std::shared_ptr<Scanner> scanner;
|
||||||
std::shared_ptr<SourceUnit> ast;
|
std::shared_ptr<SourceUnit> ast;
|
||||||
std::string interface;
|
std::string interface;
|
||||||
bool isLibrary;
|
bool isLibrary = false;
|
||||||
void reset() { scanner.reset(); ast.reset(); interface.clear(); isLibrary = false;}
|
void reset() { scanner.reset(); ast.reset(); interface.clear(); isLibrary = false;}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user