From bf0a7ae4fba037d4e453aa50c440170804257157 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 14 Jan 2008 16:35:49 +0000 Subject: (svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation --- src/widgets/dropdown_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/dropdown_type.h') diff --git a/src/widgets/dropdown_type.h b/src/widgets/dropdown_type.h index 650edc5b1..07390fb02 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; } }; -- cgit v1.2.3-54-g00ecf