aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-11-26 20:19:17 +0800
committerChristian <c@ethdev.com>2014-11-26 22:42:54 +0800
commitc4a43c64c2878dea08dd2366ae6954173c4372cc (patch)
tree24f1e8fb7154405fd508e7a94daf36367ede4cf2 /Types.h
parentf30dc68cdd3ae97305b8dfc8891da81a6d489882 (diff)
downloaddexon-solidity-c4a43c64c2878dea08dd2366ae6954173c4372cc.tar.gz
dexon-solidity-c4a43c64c2878dea08dd2366ae6954173c4372cc.tar.zst
dexon-solidity-c4a43c64c2878dea08dd2366ae6954173c4372cc.zip
Global functions.
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 630c9c21..b655f9e0 100644
--- a/Types.h
+++ b/Types.h
@@ -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);