fixed struct/class declaration mismatch in TextureDefragmentation

This commit is contained in:
Andrea Maggiordomo 2021-04-21 23:12:07 +02:00
parent abce234205
commit cf940afdc7

View File

@ -59,6 +59,6 @@ typedef std::vector<vcg::Point2d> Outline2d;
typedef std::pair<ClusteredSeamHandle, double> WeightedSeam;
class TextureSize;
struct TextureSize;
#endif // TYPES_H