aboutsummaryrefslogtreecommitdiffstats
path: root/NameAndTypeResolver.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-05-08 00:12:58 +0800
committerLiana Husikyan <liana@ethdev.com>2015-05-08 23:51:53 +0800
commite7568b5f4d7b07f5b36890852abce7d1b51f9124 (patch)
treecc758b7937e29c48da136ad1aed4f50ba73e9e41 /NameAndTypeResolver.h
parent495d827eceb2f8160421d0f7ce86d1183b54b3de (diff)
downloaddexon-solidity-e7568b5f4d7b07f5b36890852abce7d1b51f9124.tar.gz
dexon-solidity-e7568b5f4d7b07f5b36890852abce7d1b51f9124.tar.zst
dexon-solidity-e7568b5f4d7b07f5b36890852abce7d1b51f9124.zip
fixed the test
Diffstat (limited to 'NameAndTypeResolver.h')
-rw-r--r--NameAndTypeResolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NameAndTypeResolver.h b/NameAndTypeResolver.h
index 21857352..7855217a 100644
--- a/NameAndTypeResolver.h
+++ b/NameAndTypeResolver.h
@@ -62,7 +62,7 @@ public:
/// resolving phase.
std::vector<Declaration const*> getNameFromCurrentScope(ASTString const& _name, bool _recursive = true);
- std::vector<Declaration const*> cleanupedDeclarations(Identifier const& _identifier);
+ std::vector<Declaration const*> cleanupedDeclarations(Identifier const& _identifier, std::vector<Declaration const*> const& _declarations);
private:
void reset();