summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/image.h')
-rw-r--r--src/emu/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/image.h b/src/emu/image.h
index c7ad11eea66..daf48b1f21d 100644
--- a/src/emu/image.h
+++ b/src/emu/image.h
@@ -30,7 +30,7 @@ public:
std::string setup_working_directory();
private:
- void config_load(config_type cfg_type, util::xml::data_node const *parentnode);
+ void config_load(config_type cfg_type, config_level cfg_level, util::xml::data_node const *parentnode);
void config_save(config_type cfg_type, util::xml::data_node *parentnode);
void options_extract();