summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/SaveSessions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Sessions/Src/SaveSessions.cpp')
-rw-r--r--plugins/Sessions/Src/SaveSessions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/Src/SaveSessions.cpp b/plugins/Sessions/Src/SaveSessions.cpp
index 457b224c21..75dd36ddb1 100644
--- a/plugins/Sessions/Src/SaveSessions.cpp
+++ b/plugins/Sessions/Src/SaveSessions.cpp
@@ -110,7 +110,7 @@ public:
if (chkSelContacts.IsChecked() && bSC) {
int i = 0;
for (auto &hContact : Contacts()) {
- BYTE res = m_clist.GetCheck(m_clist.FindContact(hContact));
+ uint8_t res = m_clist.GetCheck(m_clist.FindContact(hContact));
if (res) {
user_session_list[i] = hContact;
i++;