From fc67f44bea9a235621d1d1e454125506c5049f48 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 ef1f831cc..2422066e0 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: