| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -107,7 +107,7 @@ void ReportPath(uv_handle_t* h, std::ostringstream& out) { | |||
| 107 | 107 | void WalkHandle(uv_handle_t* h, void* arg) { | |
| 108 | 108 | std::string type; | |
| 109 | 109 | std::ostringstream data; | |
| 110 | - JSONWriter* writer = reinterpret_cast<JSONWriter*>(arg); | ||
| 110 | + JSONWriter* writer = static_cast<JSONWriter*>(arg); | ||
| 111 | 111 | uv_any_handle* handle = reinterpret_cast<uv_any_handle*>(h); | |
| 112 | 112 | ||
| 113 | 113 | // List all the types so we get a compile warning if we've missed one, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments