summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-09 02:54:44 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-09 02:54:44 +1000
commit48f6c13667b18931e441e556bfffd0de63637c59 (patch)
tree4f197dd75f34306e6985dbd31d5d193a5660117d /src/emu/render.h
parent2b338a0346c98c6bc4e48010e9ccbeb57bd98e43 (diff)
-Fix layout regressions in spacezap/ebases and ccompan.
-emu/rendlay.cpp: Actually add the group bounds calculation fix. -Update a few more layouts.
Diffstat (limited to 'src/emu/render.h')
-rw-r--r--src/emu/render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/render.h b/src/emu/render.h
index ab7daa753e3..8aff6b73af9 100644
--- a/src/emu/render.h
+++ b/src/emu/render.h
@@ -715,8 +715,8 @@ private:
util::xml::data_node const &parentnode,
group_map &groupmap,
std::vector<layout_group const *> &seen,
- bool empty,
- bool collection,
+ bool &empty,
+ bool vistoggle,
bool repeat,
bool init);