mirror of https://github.com/OpenTTD/OpenTTD
(svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation
parent
e4c05f8d78
commit
bf0a7ae4fb
|
@ -42,6 +42,8 @@ class DropDownListParamStringItem : public DropDownListStringItem {
|
||||||
public:
|
public:
|
||||||
uint64 decode_params[10]; ///< Parameters of the string
|
uint64 decode_params[10]; ///< Parameters of the string
|
||||||
|
|
||||||
|
DropDownListParamStringItem(StringID string, uint result, bool masked) : DropDownListStringItem(string, result, masked) {}
|
||||||
|
|
||||||
StringID String() const;
|
StringID String() const;
|
||||||
void SetParam(uint index, uint64 value) { decode_params[index] = value; }
|
void SetParam(uint index, uint64 value) { decode_params[index] = value; }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue