Fixed compilation issue with 'const'.
This commit is contained in:
parent
75fcad48c9
commit
3604182a9a
@ -121,7 +121,7 @@ void defaultSASLAuthenticator::setSASLSession(ref <SASLSession> sess)
|
|||||||
|
|
||||||
ref <SASLSession> defaultSASLAuthenticator::getSASLSession() const
|
ref <SASLSession> defaultSASLAuthenticator::getSASLSession() const
|
||||||
{
|
{
|
||||||
return m_saslSession.acquire();
|
return m_saslSession.acquire().constCast <SASLSession>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user