diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-05-08 22:07:25 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-05-08 23:51:53 +0800 |
commit | 5c1c690e286e4086eb60ef392b816c536e7b1839 (patch) | |
tree | 719712fe3e716c5d2ca56d6b9f3be1e4c5402b09 /Types.h | |
parent | e7568b5f4d7b07f5b36890852abce7d1b51f9124 (diff) | |
download | dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.gz dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.zst dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.zip |
style changes
Diffstat (limited to 'Types.h')
-rw-r--r-- | Types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -617,7 +617,7 @@ public: /// @returns true if this function can take the given argument types (possibly /// after implicit conversion). bool canTakeArguments(TypePointers const& _arguments) const; - /// @returns true if the types of parameters are equal(does't check return parameter types) + /// @returns true if the types of parameters are equal (does't check return parameter types) bool hasEqualArgumentTypes(FunctionType const& _other) const; Location const& getLocation() const { return m_location; } |