1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Small mistake

This commit is contained in:
Nekotekina 2014-09-02 16:18:50 +04:00
parent 5a20d41fb2
commit 30d7fcd288

View File

@ -231,7 +231,7 @@ public:
static const bool value = false;
//be_t<T, size> if need swap endianes, T otherwise
typedef void type;
typedef const void type;
};
template<typename T, typename T1, T1 value> struct _se : public const_se_t<T, value> {};