summaryrefslogtreecommitdiff
path: root/src/network/network_content_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_content_gui.h')
-rw-r--r--src/network/network_content_gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/network_content_gui.h b/src/network/network_content_gui.h
index dd9d9cfdf..54fbcc36b 100644
--- a/src/network/network_content_gui.h
+++ b/src/network/network_content_gui.h
@@ -22,8 +22,8 @@ protected:
uint total_files; ///< Number of files to download
uint downloaded_files; ///< Number of files downloaded
- uint32 cur_id; ///< The current ID of the downloaded file
- char name[48]; ///< The current name of the downloaded file
+ uint32 cur_id; ///< The current ID of the downloaded file
+ std::string name; ///< The current name of the downloaded file
public:
/**