mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 01:49:10 +00:00
(svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user