mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +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:
|
||||
// internal state
|
||||
shared_ptr_type *m_array[_Count];
|
||||
astring m_tag[_Count];
|
||||
shared_ptr_type *m_array[_Count+1];
|
||||
astring m_tag[_Count+1];
|
||||
};
|
||||
|
||||
// optional shared pointer array finder
|
||||
|
Loading…
Reference in New Issue
Block a user