diff options
author | chriseth <c@ethdev.com> | 2015-03-10 22:11:13 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-03-10 22:11:13 +0800 |
commit | d41c51a8106ff20b347d95adf453e58a20d89513 (patch) | |
tree | a4b78641a75cc937437c73bb6efb400a0ea01cb1 /Parser.h | |
parent | 9c82cbeddf1b03cc99660a867de8720d1d174b9c (diff) | |
download | dexon-solidity-d41c51a8106ff20b347d95adf453e58a20d89513.tar.gz dexon-solidity-d41c51a8106ff20b347d95adf453e58a20d89513.tar.zst dexon-solidity-d41c51a8106ff20b347d95adf453e58a20d89513.zip |
Fixed some checker warnings.
Diffstat (limited to 'Parser.h')
-rw-r--r-- | Parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ class Scanner; class Parser { public: + Parser() {} + ASTPointer<SourceUnit> parse(std::shared_ptr<Scanner> const& _scanner); std::shared_ptr<std::string const> const& getSourceName() const; |