From 8a68f4f80814a28d68055a0ae0b22a7efe1c2619 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 26 Sep 2022 10:04:44 +1000 Subject: Cleanup: replace unsigned with uint, use function style casts for C++ --- source/blender/freestyle/intern/geometry/HashGrid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/geometry/HashGrid.cpp') diff --git a/source/blender/freestyle/intern/geometry/HashGrid.cpp b/source/blender/freestyle/intern/geometry/HashGrid.cpp index c86aa4fd22c..51c87757645 100644 --- a/source/blender/freestyle/intern/geometry/HashGrid.cpp +++ b/source/blender/freestyle/intern/geometry/HashGrid.cpp @@ -22,7 +22,7 @@ void HashGrid::clear() Grid::clear(); } -void HashGrid::configure(const Vec3r &orig, const Vec3r &size, unsigned nb) +void HashGrid::configure(const Vec3r &orig, const Vec3r &size, uint nb) { Grid::configure(orig, size, nb); } -- cgit v1.2.3