From cf940afdc738e7cb426f375d006a9e82ef80e567 Mon Sep 17 00:00:00 2001 From: Andrea Maggiordomo Date: Wed, 21 Apr 2021 23:12:07 +0200 Subject: [PATCH] fixed struct/class declaration mismatch in TextureDefragmentation --- .../TextureDefragmentation/src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/types.h b/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/types.h index 6ee3131d9..1bae88b34 100644 --- a/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/types.h +++ b/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/types.h @@ -59,6 +59,6 @@ typedef std::vector Outline2d; typedef std::pair WeightedSeam; -class TextureSize; +struct TextureSize; #endif // TYPES_H