diff options
| author | Tannin <devnull@localhost> | 2013-10-12 12:32:37 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-12 12:32:37 +0200 |
| commit | 55183093005318c051d45f35baca6000fe5f430c (patch) | |
| tree | d6284b2b1a675cfd168ce71e3a9662288500b286 /src/downloadmanager.h | |
| parent | f22bb9d6a6249e6789353903d9e51318ce8340af (diff) | |
| parent | bdf04f516ca7c5274ff50104662e372ed29aea6b (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: |
