Cleanup: use function style casts for C++

This commit is contained in:
Campbell Barton
2023-07-14 12:23:37 +10:00
parent 962e4c3056
commit 32fb40fa76
95 changed files with 362 additions and 366 deletions

View File

@@ -1288,4 +1288,4 @@ ImBuf *RE_RenderViewEnsureImBuf(const RenderResult *render_result, RenderView *r
}
return render_view->ibuf;
}
}