summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/pluginopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/pluginopts.h')
-rw-r--r--src/frontend/mame/pluginopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/pluginopts.h b/src/frontend/mame/pluginopts.h
index 91aa68c2208..4e78dfd0be6 100644
--- a/src/frontend/mame/pluginopts.h
+++ b/src/frontend/mame/pluginopts.h
@@ -24,6 +24,7 @@ public:
void parse_json(std::string path);
private:
static const options_entry s_option_entries[];
+ std::vector<std::string> m_descriptions;
};
#endif /* __PLUGIN_OPTS_H__ */