diff options
Diffstat (limited to 'Slimber/Server.h')
| -rw-r--r-- | Slimber/Server.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Slimber/Server.h b/Slimber/Server.h index d1a2332..58b1e7c 100644 --- a/Slimber/Server.h +++ b/Slimber/Server.h @@ -87,7 +87,7 @@ namespace Swift {  				public:  					DummyUserRegistry() {} -					virtual bool isValidUserPassword(const JID&, const std::string&) const { +					virtual bool isValidUserPassword(const JID&, const SafeByteArray&) const {  						return true;  					}  			}; | 
 Swift
 Swift