mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +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
|
||||
auto_finder_type(driver_device &base, const char *tag)
|
||||
: auto_finder_base(base, tag),
|
||||
m_target(NULL) { }
|
||||
m_target(0) { }
|
||||
|
||||
// operators to make use transparent
|
||||
operator _TargetType() { return m_target; }
|
||||
|
Loading…
Reference in New Issue
Block a user