mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-23 09:00:50 +01:00
Small mistake
This commit is contained in:
parent
5a20d41fb2
commit
30d7fcd288
|
|
@ -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> {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue