diff options
| author | Tannin <devnull@localhost> | 2014-04-25 19:15:12 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-04-25 19:15:12 +0200 |
| commit | 84cfa95254d28223c0c7fc2f3939b3225694a048 (patch) | |
| tree | bb9400efd33fdd2344976e2787db759a61540e1b /src/downloadmanager.h | |
| parent | 264da609298c3bb533d32e53f39659d9c7e09bbf (diff) | |
- bugfix: newly installed files could be added hidden
- bugfix: registered bsas in data aren't ordered correctly
Diffstat (limited to 'src/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
