summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/zexall/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp
index eb6f24edf6d..3ff60ced4f2 100644
--- a/src/zexall/main.cpp
+++ b/src/zexall/main.cpp
@@ -108,7 +108,7 @@ bool emulator_info::frame_hook() { return false; }
void emulator_info::sound_hook() { }
-void emulator_info::layout_file_cb(util::xml::data_node const &layout) { }
+void emulator_info::layout_script_cb(layout_file &file, const char *script) { }
const char * emulator_info::get_appname() { return nullptr; }