From 735dbe69861d6f80368c057423a13ab1d1a9b557 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 19 Nov 2014 18:56:10 +0100 Subject: We only care about member types. --- Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types.h') diff --git a/Types.h b/Types.h index 72647017..b0d95d29 100644 --- a/Types.h +++ b/Types.h @@ -190,7 +190,7 @@ public: unsigned getMemberCount() const; /// Returns the index of the member with name @a _name or unsigned(-1) if it does not exist. unsigned memberNameToIndex(std::string const& _name) const; - VariableDeclaration const& getMemberByIndex(unsigned _index) const; + std::shared_ptr const& getMemberByIndex(unsigned _index) const; u256 getStorageOffsetOfMember(unsigned _index) const; private: -- cgit