mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Small mistake
This commit is contained in:
parent
5a20d41fb2
commit
30d7fcd288
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue