Fixed build with APP_DEBUG.
This commit is contained in:
parent
1ebaf677e0
commit
a73ad9b089
6 changed files with 12 additions and 12 deletions
|
@ -33,7 +33,7 @@ SinglePoolStrategy::SinglePoolStrategy(const Pool &pool, int retryPause, IStrate
|
|||
m_listener(listener)
|
||||
{
|
||||
m_client = new Client(0, Platform::userAgent(), this);
|
||||
m_client->setUrl(pool);
|
||||
m_client->setPool(pool);
|
||||
m_client->setRetryPause(retryPause * 1000);
|
||||
m_client->setQuiet(quiet);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue