summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-08-20 01:45:52 +1000
committer Vas Crabb <vas@vastheman.com>2019-08-20 01:45:52 +1000
commit60c035ea756111d94005cc1d9431352b298d8bc4 (patch)
tree3b96031bdee041ff0f4abc0328d68d8006673264 /src/emu/render.h
parent450a57568e16822d625c3e0cd390e9c9e6a08718 (diff)
MT07379: better automatic group bounds behaviour
Diffstat (limited to 'src/emu/render.h')
-rw-r--r--src/emu/render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/render.h b/src/emu/render.h
index ec8d22af149..0d70dc7684b 100644
--- a/src/emu/render.h
+++ b/src/emu/render.h
@@ -749,6 +749,7 @@ private:
util::xml::data_node const &parentnode,
group_map &groupmap,
std::vector<layout_group const *> &seen,
+ bool empty,
bool repeat,
bool init);