diff --git a/Utilities/BEType.h b/Utilities/BEType.h index e8a072851..5274fe5f5 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 {};