From 30d7fcd28872637030dbeae96eb99051c3e2bdb1 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 2 Sep 2014 16:18:50 +0400 Subject: [PATCH] Small mistake --- Utilities/BEType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/BEType.h b/Utilities/BEType.h index e8a072851d..5274fe5f56 100644 --- a/Utilities/BEType.h +++ b/Utilities/BEType.h @@ -231,7 +231,7 @@ public: static const bool value = false; //be_t if need swap endianes, T otherwise - typedef void type; + typedef const void type; }; template struct _se : public const_se_t {};