diff options
Diffstat (limited to 'src/emu/bookkeeping.h')
-rw-r--r-- | src/emu/bookkeeping.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bookkeeping.h b/src/emu/bookkeeping.h index 131ae6e8be4..e66fdf042a4 100644 --- a/src/emu/bookkeeping.h +++ b/src/emu/bookkeeping.h @@ -59,8 +59,8 @@ public: // getters running_machine &machine() const { return m_machine; } private: - void config_load(config_type cfg_type, xml_data_node *parentnode); - void config_save(config_type cfg_type, xml_data_node *parentnode); + void config_load(config_type cfg_type, util::xml::data_node const *parentnode); + void config_save(config_type cfg_type, util::xml::data_node *parentnode); // internal state running_machine & m_machine; // reference to our machine |