summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-03-10 19:00:40 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2021-03-10 19:00:40 +0100
commit7d6c2cd01fac04e986ac05ace57488d9ec1bbe92 (patch)
treefbe67d8fc8cbf044c22693886bd49f5a82537e71 /src
parenteb75ec2ed53d763643676edff3cf12e9289f423e (diff)
Fix zexall target compilation
Diffstat (limited to 'src')
-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; }