diff options
author | Christian <c@ethdev.com> | 2014-11-26 20:19:17 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-11-26 22:42:54 +0800 |
commit | c4a43c64c2878dea08dd2366ae6954173c4372cc (patch) | |
tree | 24f1e8fb7154405fd508e7a94daf36367ede4cf2 /Types.h | |
parent | f30dc68cdd3ae97305b8dfc8891da81a6d489882 (diff) | |
download | dexon-solidity-c4a43c64c2878dea08dd2366ae6954173c4372cc.tar.gz dexon-solidity-c4a43c64c2878dea08dd2366ae6954173c4372cc.tar.zst dexon-solidity-c4a43c64c2878dea08dd2366ae6954173c4372cc.zip |
Global functions.
Diffstat (limited to 'Types.h')
-rw-r--r-- | Types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -356,7 +356,7 @@ private: class MagicType: public Type { public: - enum class Kind { BLOCK, MSG, TX }; //@todo should be unified with MagicVariableDeclaration::VariableKind; + enum class Kind { BLOCK, MSG, TX }; virtual Category getCategory() const override { return Category::MAGIC; } MagicType(Kind _kind); |