summaryrefslogtreecommitdiffstats
path: root/options/m_config_frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_config_frontend.h')
-rw-r--r--options/m_config_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/m_config_frontend.h b/options/m_config_frontend.h
index 82d2ded2d6..19fbcadf25 100644
--- a/options/m_config_frontend.h
+++ b/options/m_config_frontend.h
@@ -50,7 +50,7 @@ struct m_config_option {
bool is_set_from_config : 1; // Set by a config file
bool is_set_locally : 1; // Has a backup entry
bool warning_was_printed : 1;
- int16_t group_index; // Index into m_config.groups
+ int32_t opt_id; // For some m_config APIs
const char *name; // Full name (ie option-subopt)
const struct m_option *opt; // Option description
void *data; // Raw value of the option