diff options
author | chriseth <c@ethdev.com> | 2015-06-15 20:39:34 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-06-15 20:40:42 +0800 |
commit | 7c996ac71619326c487df3d8b59a85e2caf075ee (patch) | |
tree | 384db76a51a81df495c2b777a03343c2112e2128 /AST.h | |
parent | 6f7595e0e23c7523376a98f38904dd09d37d004d (diff) | |
download | dexon-solidity-7c996ac71619326c487df3d8b59a85e2caf075ee.tar.gz dexon-solidity-7c996ac71619326c487df3d8b59a85e2caf075ee.tar.zst dexon-solidity-7c996ac71619326c487df3d8b59a85e2caf075ee.zip |
Style.
Diffstat (limited to 'AST.h')
-rw-r--r-- | AST.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -563,7 +563,8 @@ private: class ModifierDefinition: public CallableDeclaration, public Documented { public: - ModifierDefinition(SourceLocation const& _location, + ModifierDefinition( + SourceLocation const& _location, ASTPointer<ASTString> const& _name, ASTPointer<ASTString> const& _documentation, ASTPointer<ParameterList> const& _parameters, |