summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_polling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_polling.cpp')
-rw-r--r--protocols/Steam/src/steam_polling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_polling.cpp b/protocols/Steam/src/steam_polling.cpp
index 9b56e4787e..3b526975b5 100644
--- a/protocols/Steam/src/steam_polling.cpp
+++ b/protocols/Steam/src/steam_polling.cpp
@@ -107,7 +107,7 @@ void CSteamProto::ParsePollData(const JSONNode &data)
if (!getBool("ShowChatEvents", true))
continue;
- BYTE bEventType = STEAM_DB_EVENT_CHATSTATES_GONE;
+ uint8_t bEventType = STEAM_DB_EVENT_CHATSTATES_GONE;
DBEVENTINFO dbei = {};
dbei.pBlob = &bEventType;
dbei.cbBlob = 1;