aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-11-20 01:56:10 +0800
committerChristian <c@ethdev.com>2014-11-24 04:04:39 +0800
commit735dbe69861d6f80368c057423a13ab1d1a9b557 (patch)
tree57a8c2c6ae7253d5449444646f38c0e51fb80558 /Types.h
parent93c98a6e52ec95a533e69292a872144ad0dfd101 (diff)
downloaddexon-solidity-735dbe69861d6f80368c057423a13ab1d1a9b557.tar.gz
dexon-solidity-735dbe69861d6f80368c057423a13ab1d1a9b557.tar.zst
dexon-solidity-735dbe69861d6f80368c057423a13ab1d1a9b557.zip
We only care about member types.
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h2
1 files changed, 1 insertions, 1 deletions
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<Type const> const& getMemberByIndex(unsigned _index) const;
u256 getStorageOffsetOfMember(unsigned _index) const;
private: