diff options
| author | Tannin <devnull@localhost> | 2013-10-10 21:23:25 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-10 21:23:25 +0200 |
| commit | bdf04f516ca7c5274ff50104662e372ed29aea6b (patch) | |
| tree | c0b33c3ad7874298493566afef75246dd5bd01ab /src/downloadmanager.h | |
| parent | 54c7131a5e2fa282369e25344ac190d51676c383 (diff) | |
- MO now warns if a nxm-link for a wrong game was attempted instead of downloading the wrong file
- bugfix: in nxmhandler adding a new line with different game but same executable didn't work (the change was silently dropped)
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: |
