Skip to content

Commit 5ab7105

Browse files
committed
- Fixing Thread
1 parent 4d1b452 commit 5ab7105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPressio_IThread.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace ESPressio {
2727
`IThread` is a common Interface for all Thread Types provided by this library.
2828
You can use it to reference any Thread Type without knowing the actual type.
2929
*/
30-
class IThread {
30+
class IThread : public IObject<IThread> {
3131
public:
3232
// Methods
3333

0 commit comments

Comments
 (0)