From 3d3f71c26dd4f2863fa58206d58c7211aa022119 Mon Sep 17 00:00:00 2001 From: Michael Kirsch Date: Tue, 28 May 2019 21:12:29 +0200 Subject: [PATCH] fix include define to align name --- xs/src/libslic3r/TransformationMatrix.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xs/src/libslic3r/TransformationMatrix.hpp b/xs/src/libslic3r/TransformationMatrix.hpp index 696a49d1b..edca88a1a 100644 --- a/xs/src/libslic3r/TransformationMatrix.hpp +++ b/xs/src/libslic3r/TransformationMatrix.hpp @@ -1,5 +1,5 @@ -#ifndef slic3r_TriangleMatrix_hpp_ -#define slic3r_TriangleMatrix_hpp_ +#ifndef slic3r_TransformationMatrix_hpp_ +#define slic3r_TransformationMatrix_hpp_ #include "libslic3r.h" #include "Point.hpp"