typo fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@370 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e05e2179c3
commit
f3fb7a9102
|
@ -100,7 +100,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
// Disable size checks to save size for variable size array storing
|
// Disable size checks to save size for variable size array storing
|
||||||
template<clsas T>
|
template<class T>
|
||||||
bool DoArray(T *x, int size, int arrSize) {
|
bool DoArray(T *x, int size, int arrSize) {
|
||||||
return DoArray((void *)x, size, arrSize);
|
return DoArray((void *)x, size, arrSize);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue