Skip to content

Commit 62fdaf7

Browse files
committed
- Fixing Thread
1 parent eecc809 commit 62fdaf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ESPressio_IThread.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ 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-
template <typename Derived>
3130
class IThread : public IObject {
3231
public:
3332
// Methods

0 commit comments

Comments
 (0)