diff options
| author | Tannin <devnull@localhost> | 2013-10-16 19:34:56 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-16 19:34:56 +0200 |
| commit | 0b84cc3d45e15d2edec6a083b5139e6d7528b53d (patch) | |
| tree | 2ec5067022aab265cd2af1cfeac38f34b88a3778 /src/downloadmanager.h | |
| parent | 1bf3cc585e28516f4ff6c9edf720fa9d290f47c2 (diff) | |
| parent | eae275cc843883d04892767c10b1dba2d7b11613 (diff) | |
Merge
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 a42ac073..e82ea064 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -125,7 +125,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: |
