From 57eb4ea649c6b0836975cea8f17b720f168c3044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Jan 2014 15:48:19 +0100 Subject: [PATCH] Code cleanup. --- src/Magnum/Magnum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Magnum.h b/src/Magnum/Magnum.h index f45796a7b..5166cd1dd 100644 --- a/src/Magnum/Magnum.h +++ b/src/Magnum/Magnum.h @@ -559,7 +559,6 @@ enum class ColorType: GLenum; typedef ColorFormat ImageFormat; typedef ColorType ColorType; -enum class Version: Int; class Context; class CubeMapTexture; @@ -618,6 +617,8 @@ enum class TextureFormat: GLenum; class Timeline; +enum class Version: Int; + } #endif