mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
typo fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@370 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -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<class 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);
|
||||||
|
Reference in New Issue
Block a user