Skip to content

Commit b28c489

Browse files
committed
- Added EventThreadWithLoop
1 parent 070c750 commit b28c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPressio_EventThread.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ namespace ESPressio {
6868
public:
6969
EventThreadWithLoop(bool freeOnTerminate) : Thread(freeOnTerminate) { }
7070

71-
virtual ~EventThreadBase() {
71+
virtual ~EventThreadWithLoop() {
7272

7373
}
7474

0 commit comments

Comments
 (0)