diff options
Diffstat (limited to 'src/emu/sprite.h')
-rw-r--r-- | src/emu/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sprite.h b/src/emu/sprite.h index 81f5b8e4b1c..f10537f9900 100644 --- a/src/emu/sprite.h +++ b/src/emu/sprite.h @@ -85,7 +85,7 @@ class sprite_device : public device_t protected: // construction/destruction - only for subclasses - sprite_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, const char *shortname, const char *file, int dirty_granularity = 3) + sprite_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, const char *shortname, const char *file, int dirty_granularity = 3) : device_t(mconfig, type, name, tag, owner, 0, shortname, file), m_xorigin(0), m_yorigin(0), |