diff --git a/src/widgets/dropdown_type.h b/src/widgets/dropdown_type.h index 650edc5b1d..07390fb020 100644 --- a/src/widgets/dropdown_type.h +++ b/src/widgets/dropdown_type.h @@ -42,6 +42,8 @@ class DropDownListParamStringItem : public DropDownListStringItem { public: uint64 decode_params[10]; ///< Parameters of the string + DropDownListParamStringItem(StringID string, uint result, bool masked) : DropDownListStringItem(string, result, masked) {} + StringID String() const; void SetParam(uint index, uint64 value) { decode_params[index] = value; } };