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.
EventThreadWithLoop
1 parent 070c750 commit b28c489Copy full SHA for b28c489
1 file changed
src/ESPressio_EventThread.hpp
@@ -68,7 +68,7 @@ namespace ESPressio {
68
public:
69
EventThreadWithLoop(bool freeOnTerminate) : Thread(freeOnTerminate) { }
70
71
- virtual ~EventThreadBase() {
+ virtual ~EventThreadWithLoop() {
72
73
}
74
0 commit comments