| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 36d3b12 commit 143c881
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ class AgentWriterHandle { | |||
| 76 | 76 | inline AgentWriterHandle(Agent* agent, int id) : agent_(agent), id_(id) {} | |
| 77 | 77 | ||
| 78 | 78 | Agent* agent_ = nullptr; | |
| 79 | - int id_; | ||
| 79 | + int id_ = 0; | ||
| 80 | 80 | ||
| 81 | 81 | friend class Agent; | |
| 82 | 82 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments