Fixed build with APP_DEBUG.
This commit is contained in:
parent
1ebaf677e0
commit
a73ad9b089
6 changed files with 12 additions and 12 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
void connect();
|
||||
void connect(const Pool &pool);
|
||||
void deleteLater();
|
||||
void setUrl(const Pool &pool);
|
||||
void setPool(const Pool &pool);
|
||||
void tick(uint64_t now);
|
||||
|
||||
inline bool isReady() const { return m_state == ConnectedState && m_failures == 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue