summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/mmi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/src/mmi.cpp')
-rw-r--r--plugins/SecureIM/src/mmi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/mmi.cpp b/plugins/SecureIM/src/mmi.cpp
index aa6e048882..8e77158930 100644
--- a/plugins/SecureIM/src/mmi.cpp
+++ b/plugins/SecureIM/src/mmi.cpp
@@ -70,7 +70,7 @@ char* m_ustrcat(LPCSTR strA, LPCSTR strB)
LPSTR m_hex = nullptr;
-LPSTR to_hex(PBYTE bin, int len)
+LPSTR to_hex(uint8_t *bin, int len)
{
SAFE_FREE(m_hex);
m_hex = (LPSTR)mir_alloc(len * 3 + 1);