From 2e734720b5008a71e2ca96c20498c12804f1726d Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Thu, 13 Sep 2018 08:35:26 +0200 Subject: [PATCH] GLCanvas3D child classes/structures set as private --- xs/src/slic3r/GUI/GLCanvas3D.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xs/src/slic3r/GUI/GLCanvas3D.hpp b/xs/src/slic3r/GUI/GLCanvas3D.hpp index a200e7fdbe..c4b46c44db 100644 --- a/xs/src/slic3r/GUI/GLCanvas3D.hpp +++ b/xs/src/slic3r/GUI/GLCanvas3D.hpp @@ -105,7 +105,6 @@ class GLCanvas3D void reset() { first_volumes.clear(); } }; -public: struct Camera { enum EType : unsigned char @@ -441,7 +440,6 @@ public: void render(const GLCanvas3D& canvas) const; }; -private: wxGLCanvas* m_canvas; wxGLContext* m_context; LegendTexture m_legend_texture;