summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ticket.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-13 12:07:23 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-13 12:07:23 -0400
commit4eec26e60f3e8a1dbede789fee7990d5d784b169 (patch)
treec50c5003342a65660288385094c224cb3770c030 /src/devices/machine/ticket.h
parentf565f3bdbb54791e2086756249b24d95b63eff58 (diff)
ticket: Use output finder (nw)
Diffstat (limited to 'src/devices/machine/ticket.h')
-rw-r--r--src/devices/machine/ticket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/ticket.h b/src/devices/machine/ticket.h
index a008d143cb9..371dc3d2496 100644
--- a/src/devices/machine/ticket.h
+++ b/src/devices/machine/ticket.h
@@ -95,6 +95,7 @@ protected:
bool m_status;
bool m_power;
emu_timer *m_timer;
+ output_finder<> m_output;
};
#endif // MAME_MACHINE_TICKET_H