File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/group_gui.cpp
Show inline comments
 
@@ -118,13 +118,13 @@ private:
 
	GroupID group_over;    ///< Group over which a vehicle is dragged, INVALID_GROUP if none
 
	GroupID group_confirm; ///< Group awaiting delete confirmation
 
	GUIGroupList groups;   ///< List of groups
 
	uint tiny_step_height; ///< Step height for the group list
 
	Scrollbar *group_sb;
 

	
 
	SmallVector<int, 16> indents; ///< Indentation levels
 
	std::vector<int> indents; ///< Indentation levels
 

	
 
	Dimension column_size[VGC_END]; ///< Size of the columns in the group list.
 

	
 
	void AddChildren(GUIGroupList *source, GroupID parent, int indent)
 
	{
 
		for (const Group *g : *source) {