summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wecleman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wecleman.h')
-rw-r--r--src/mame/includes/wecleman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/wecleman.h b/src/mame/includes/wecleman.h
index e8ddb1ecf76..ffd480bbaef 100644
--- a/src/mame/includes/wecleman.h
+++ b/src/mame/includes/wecleman.h
@@ -173,8 +173,8 @@ private:
int shadow_mode = 0, flags = 0;
};
- template<class _BitmapClass> void do_blit_zoom32(_BitmapClass &bitmap, const rectangle &cliprect, const sprite_t &sprite);
- template<class _BitmapClass> void sprite_draw(_BitmapClass &bitmap, const rectangle &cliprect);
+ template<class BitmapClass> void do_blit_zoom32(BitmapClass &bitmap, const rectangle &cliprect, const sprite_t &sprite);
+ template<class BitmapClass> void sprite_draw(BitmapClass &bitmap, const rectangle &cliprect);
std::unique_ptr<sprite_t []> m_sprite_list;
sprite_t **m_spr_ptr_list;