From 84cfa95254d28223c0c7fc2f3939b3225694a048 Mon Sep 17 00:00:00 2001 From: Tannin Date: Fri, 25 Apr 2014 19:15:12 +0200 Subject: - bugfix: newly installed files could be added hidden - bugfix: registered bsas in data aren't ordered correctly --- src/downloadmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/downloadmanager.h') diff --git a/src/downloadmanager.h b/src/downloadmanager.h index e0cc20bd..9ea95e6a 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -109,7 +109,7 @@ private: private: static unsigned int s_NextDownloadID; private: - DownloadInfo() : m_TotalSize(0), m_ReQueried(false) {} + DownloadInfo() : m_TotalSize(0), m_ReQueried(false), m_Hidden(false) {} }; public: -- cgit v1.3.1