Changeset - r8285:e82ce65cfaa6
[Not reviewed]
master
0 1 0
peter1138 - 17 years ago 2008-01-14 16:35:49
peter1138@openttd.org
(svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/widgets/dropdown_type.h
Show inline comments
 
@@ -42,6 +42,8 @@ class DropDownListParamStringItem : publ
 
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; }
 
};
0 comments (0 inline, 0 general)