summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-01-19 11:38:56 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-01-19 11:38:56 -0500
commitb7968f73ec59182bcc03555ac00deb2658f063fb (patch)
tree994b165e1edca28138533fd87d5a50cc3cc2f834 /src/frontend
parent7e1211bf71e1ab0c9ebab9b90cdc8211f3161141 (diff)
Fix "undefined symbols" linking error (nw)
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/selmenu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/selmenu.cpp b/src/frontend/mame/ui/selmenu.cpp
index 82c5cfee9ff..306c2cad1f0 100644
--- a/src/frontend/mame/ui/selmenu.cpp
+++ b/src/frontend/mame/ui/selmenu.cpp
@@ -95,6 +95,8 @@ char const *const hover_msg[] = {
} // anonymous namespace
+constexpr std::size_t menu_select_launch::MAX_VISIBLE_SEARCH; // stupid non-inline semantics
+
class menu_select_launch::software_parts : public menu
{