mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
In cases of debug optimized build tools return error on this, code however looks good but still there is special case with warning (nw)
This commit is contained in:
parent
96123c775d
commit
160bff7d79
@ -631,8 +631,8 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
// internal state
|
// internal state
|
||||||
shared_ptr_type *m_array[_Count];
|
shared_ptr_type *m_array[_Count+1];
|
||||||
astring m_tag[_Count];
|
astring m_tag[_Count+1];
|
||||||
};
|
};
|
||||||
|
|
||||||
// optional shared pointer array finder
|
// optional shared pointer array finder
|
||||||
|
Loading…
Reference in New Issue
Block a user