File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/network/network_content_gui.cpp
Show inline comments
 
@@ -160,7 +160,7 @@ 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:
 
	/**