diff --git a/config.cpp b/config.cpp index 193381e9..53afd4fc 100644 --- a/config.cpp +++ b/config.cpp @@ -169,6 +169,7 @@ template struct enum_setting : list_setting { needs_confirm = true; return this; } + virtual cld get_cld() override { return get_value(); } }; /** transmatrix with equality, so we can construct val_setting */ @@ -359,6 +360,7 @@ struct custom_setting : public setting { } custom_load(s); } + virtual cld get_cld() override { return custom_value(); } }; struct local_parameter_set {