From ce9d724d0516712535ecfab4826c469724bdf9b3 Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Wed, 24 Apr 2019 13:43:39 +0200 Subject: [PATCH] Fixed typo --- src/slic3r/GUI/GLSelectionRectangle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GLSelectionRectangle.hpp b/src/slic3r/GUI/GLSelectionRectangle.hpp index ef1f831ccc9..2422066e07b 100644 --- a/src/slic3r/GUI/GLSelectionRectangle.hpp +++ b/src/slic3r/GUI/GLSelectionRectangle.hpp @@ -6,7 +6,7 @@ namespace Slic3r { namespace GUI { -class Camera; +struct Camera; class GLSelectionRectangle { public: