summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namco_c355spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/namco_c355spr.h')
-rw-r--r--src/mame/video/namco_c355spr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/namco_c355spr.h b/src/mame/video/namco_c355spr.h
index 4856733c1af..97e618596b8 100644
--- a/src/mame/video/namco_c355spr.h
+++ b/src/mame/video/namco_c355spr.h
@@ -73,7 +73,7 @@ private:
void get_single_sprite(const uint16_t *pSource, c355_sprite *sprite_ptr);
void get_list(int no, const uint16_t *pSpriteList16, const uint16_t *pSpriteTable);
void get_sprites();
- template<class _BitmapClass> void draw_sprites(screen_device &screen, _BitmapClass &bitmap, const rectangle &cliprect, int pri);
+ template<class BitmapClass> void draw_sprites(screen_device &screen, BitmapClass &bitmap, const rectangle &cliprect, int pri);
std::unique_ptr<c355_sprite []> m_spritelist[2];
const c355_sprite *m_sprite_end[2];
@@ -94,4 +94,3 @@ private:
DECLARE_DEVICE_TYPE(NAMCO_C355SPR, namco_c355spr_device)
#endif // MAME_VIDEO_NAMCO_C355SPR_H
-