summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h
index 06f14d61e9..d19ecdfb33 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -81,7 +81,7 @@ struct TG_FILE_REQUEST : public MZeroedObject
CMStringA m_uniqueId, m_szUserId;
CMStringW m_destPath, m_fileName, m_wszDescr;
OFDTHREAD *ofd = 0;
- bool m_bRecv = false;
+ bool m_bRecv = false, m_isSmiley = false;
};
struct TG_USER : public MZeroedObject