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 /AST.h | |
parent | e7568b5f4d7b07f5b36890852abce7d1b51f9124 (diff) | |
download | dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.gz dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.zst dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.zip |
style changes
Diffstat (limited to 'AST.h')
-rw-r--r-- | AST.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1217,7 +1217,7 @@ public: } Declaration const& getReferencedDeclaration() const; - /// Stores a possible declarations referenced by this identifier. Has to be resolved + /// Stores a set of possible declarations referenced by this identifier. Has to be resolved /// providing argument types using overloadResolution before the referenced declaration /// is accessed. void setOverloadedDeclarations(std::vector<Declaration const*> const& _declarations) |