Fix compiler warning
This commit is contained in:
parent
d8664f4988
commit
eb7888347a
@ -242,7 +242,7 @@ namespace ix
|
||||
return true;
|
||||
}
|
||||
|
||||
bool RedisClient::stop()
|
||||
void RedisClient::stop()
|
||||
{
|
||||
_stop = true;
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ namespace ix
|
||||
const OnRedisSubscribeResponseCallback& responseCallback,
|
||||
const OnRedisSubscribeCallback& callback);
|
||||
|
||||
bool stop();
|
||||
void stop();
|
||||
|
||||
private:
|
||||
std::string writeString(const std::string& str);
|
||||
|
Loading…
x
Reference in New Issue
Block a user