summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-10 21:23:25 +0200
committerTannin <devnull@localhost>2013-10-10 21:23:25 +0200
commitbdf04f516ca7c5274ff50104662e372ed29aea6b (patch)
treec0b33c3ad7874298493566afef75246dd5bd01ab /src/downloadmanager.h
parent54c7131a5e2fa282369e25344ac190d51676c383 (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.h2
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: