summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atarirle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/atarirle.h')
-rw-r--r--src/mame/video/atarirle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/atarirle.h b/src/mame/video/atarirle.h
index 6d1ad31d994..c517550cc17 100644
--- a/src/mame/video/atarirle.h
+++ b/src/mame/video/atarirle.h
@@ -162,7 +162,7 @@ private:
const UINT16 * m_rombase; // pointer to the base of the GFX ROM
int m_romlength; // length of the GFX ROM
int m_objectcount; // number of objects in the ROM
- dynamic_array<object_info> m_info; // list of info records
+ std::vector<object_info> m_info; // list of info records
// rendering state
bitmap_ind16 m_vram[2][2]; // pointers to VRAM bitmaps and backbuffers