Skip to content

Commit 1b8b821

Browse files
committed
- Fixing Thread
1 parent 7166640 commit 1b8b821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPressio_Thread.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace ESPressio {
2020
`Thread` is a class that represents a "standard" Thread in the system.
2121
It is a wrapper around the system's Thread API, designed to make them much easier to use.
2222
*/
23-
class Thread : public IThread, public Object<IThread> {
23+
class Thread : public IThread, public Object<Thread> {
2424
private:
2525
// Type Definitions
2626

0 commit comments

Comments
 (0)