mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
Attempted fix for gcc 4.5.0 complaint.
This commit is contained in:
parent
acaf942e31
commit
100dddbb6c
@ -652,7 +652,7 @@ protected:
|
|||||||
// construction/destruction
|
// construction/destruction
|
||||||
auto_finder_type(driver_device &base, const char *tag)
|
auto_finder_type(driver_device &base, const char *tag)
|
||||||
: auto_finder_base(base, tag),
|
: auto_finder_base(base, tag),
|
||||||
m_target(NULL) { }
|
m_target(0) { }
|
||||||
|
|
||||||
// operators to make use transparent
|
// operators to make use transparent
|
||||||
operator _TargetType() { return m_target; }
|
operator _TargetType() { return m_target; }
|
||||||
|
Loading…
Reference in New Issue
Block a user