Cleanup: Fix warning from struct/class mismatch

This commit is contained in:
Chris Blackbourn
2023-06-30 09:42:03 +12:00
parent ff62f402da
commit f47eed749e

View File

@@ -18,7 +18,7 @@ struct RNG;
namespace blender::geometry {
struct PChart;
class PHash;
struct PHash;
using ParamKey = uintptr_t; /* Key (hash) for identifying verts and faces. */
#define PARAM_KEY_MAX UINTPTR_MAX