File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/network/network_content_gui.cpp
Show inline comments
 
@@ -157,13 +157,13 @@ void BaseNetworkContentDownloadStatusWin
 
}
 

	
 

	
 
/** Window for showing the download status of content */
 
struct NetworkContentDownloadStatusWindow : public BaseNetworkContentDownloadStatusWindow {
 
private:
 
	SmallVector<ContentType, 4> receivedTypes;     ///< Types we received so we can update their cache
 
	std::vector<ContentType> receivedTypes;     ///< Types we received so we can update their cache
 

	
 
public:
 
	/**
 
	 * Create a new download window based on a list of content information
 
	 * with flags whether to download them or not.
 
	 */