mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
visual studio 2012 compilation fix (nw)
This commit is contained in:
parent
5a8f4d27b4
commit
92fd14a096
@ -14,6 +14,8 @@ class ptokenizer
|
||||
{
|
||||
NETLIST_PREVENT_COPYING(ptokenizer)
|
||||
public:
|
||||
virtual ~ptokenizer() {}
|
||||
|
||||
ptokenizer()
|
||||
: m_line(1), m_line_ptr(NULL), m_px(NULL)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user