diff options
Diffstat (limited to 'Swiften/SASL/PLAINClientAuthenticator.h')
-rw-r--r-- | Swiften/SASL/PLAINClientAuthenticator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SASL/PLAINClientAuthenticator.h b/Swiften/SASL/PLAINClientAuthenticator.h index bb24af7..854eb30 100644 --- a/Swiften/SASL/PLAINClientAuthenticator.h +++ b/Swiften/SASL/PLAINClientAuthenticator.h @@ -7,7 +7,7 @@ namespace Swift { public: PLAINClientAuthenticator(); - virtual ByteArray getResponse(); + virtual ByteArray getResponse() const; virtual bool setChallenge(const ByteArray&); }; } |