git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@370 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2008-08-28 08:09:25 +00:00
parent e05e2179c3
commit f3fb7a9102

View file

@ -100,7 +100,7 @@ public:
// 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) {
return DoArray((void *)x, size, arrSize);
}