From c4a43c64c2878dea08dd2366ae6954173c4372cc Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 26 Nov 2014 13:19:17 +0100 Subject: Global functions. --- Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types.h') 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); -- cgit