aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/Data.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Data.hxx')
-rw-r--r--src/config/Data.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Data.hxx b/src/config/Data.hxx
index af1da956f..56e7d2553 100644
--- a/src/config/Data.hxx
+++ b/src/config/Data.hxx
@@ -27,7 +27,7 @@
struct config_param;
struct ConfigData {
- std::array<config_param *, std::size_t(CONF_MAX)> params;
+ std::array<config_param *, std::size_t(ConfigOption::MAX)> params;
void Clear();
};