We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1b452 commit 5ab7105Copy full SHA for 5ab7105
src/ESPressio_IThread.hpp
@@ -27,7 +27,7 @@ namespace ESPressio {
27
`IThread` is a common Interface for all Thread Types provided by this library.
28
You can use it to reference any Thread Type without knowing the actual type.
29
*/
30
- class IThread {
+ class IThread : public IObject<IThread> {
31
public:
32
// Methods
33
0 commit comments