From a58caeb4b3589f57b37ea7c5dbdab2198488e494 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Feb 2023 10:17:17 +1100 Subject: [PATCH] Cleanup: quiet struct declaration warning --- source/blender/editors/include/ED_uvedit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h index a494fb028db..ccc53a43177 100644 --- a/source/blender/editors/include/ED_uvedit.h +++ b/source/blender/editors/include/ED_uvedit.h @@ -26,6 +26,7 @@ struct Object; struct Scene; struct SpaceImage; struct ToolSettings; +struct UVPackIsland_Params; struct View2D; struct ViewLayer; struct bContext;