Make the compile check misuse Thread as BaseThread Note the prototype is different with BaseThread::Entry
| 64 | // Make the compile check misuse Thread as BaseThread |
| 65 | // Note the prototype is different with BaseThread::Entry |
| 66 | virtual void Entry() const {} |
| 67 | |
| 68 | private: |
| 69 | Impl* m_pimpl; |