Commit bf7fbf3
fix: replace stale RecurrentThreadPtr declaration with std::thread members
The private section still declared the old `thread_` after the method
bodies were updated to use `stop_flag_` and `run_thread_`, leaving the
class in a non-compiling state.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c39cc45 commit bf7fbf3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| |||
0 commit comments