diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-02-20 18:57:42 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-02-21 05:51:16 +0800 |
commit | 1ed86b33bcb07f432209953ec4ed1779d0831452 (patch) | |
tree | b156f65bd1253226beecc78420a518134297c3f1 /ExpressionCompiler.h | |
parent | 52050201e39b823ea9e6133e47c7e9e779dc1f07 (diff) | |
download | dexon-solidity-1ed86b33bcb07f432209953ec4ed1779d0831452.tar.gz dexon-solidity-1ed86b33bcb07f432209953ec4ed1779d0831452.tar.zst dexon-solidity-1ed86b33bcb07f432209953ec4ed1779d0831452.zip |
cosmetic changes
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r-- | ExpressionCompiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h index 3567a914..a29abc7f 100644 --- a/ExpressionCompiler.h +++ b/ExpressionCompiler.h @@ -137,7 +137,7 @@ private: /// Set type according to the declaration and retrieve the reference. /// @a _declaration is the variable declaration - void fromStateVariable(VariableDeclaration const& _declaration); + void fromVariableDeclaration(const Declaration &_declaration); void reset() { m_type = LValueType::None; m_dataType.reset(); m_baseStackOffset = 0; m_size = 0; } |