diff options
Diffstat (limited to 'vmime/security/sasl/SASLSocket.hpp')
-rw-r--r-- | vmime/security/sasl/SASLSocket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/security/sasl/SASLSocket.hpp b/vmime/security/sasl/SASLSocket.hpp index 1ab95afc..fb2e93fe 100644 --- a/vmime/security/sasl/SASLSocket.hpp +++ b/vmime/security/sasl/SASLSocket.hpp @@ -63,7 +63,7 @@ private: ref <SASLSession> m_session; ref <net::socket> m_wrapped; - byte* m_pendingBuffer; + byte_t* m_pendingBuffer; int m_pendingPos; int m_pendingLen; |