Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-03-19 15:30:21 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-03-19 15:30:21 +0300
commit80c1a8d8e4fe3611f1bc2ca47fac136ffe6a1892 (patch)
tree31bfe2fefe11f21b6bb235c0f7128d7dfa83ce8e /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parentca623b9a83089421de38eb9d8fb81d503b6ff855 (diff)
GLCanvas3D::Selection as a standalone class
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index 16160c84d..46e8cec81 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -4,7 +4,6 @@
#include <memory>
#include "GUI_ObjectSettings.hpp"
-#include "GLCanvas3D.hpp"
class wxStaticText;
class PrusaLockButton;
@@ -12,6 +11,7 @@ class PrusaLockButton;
namespace Slic3r {
namespace GUI {
+class Selection;
class ObjectManipulation : public OG_Settings
{
@@ -90,7 +90,7 @@ public:
bool IsShown() override;
void UpdateAndShow(const bool show) override;
- void update_settings_value(const GLCanvas3D::Selection& selection);
+ void update_settings_value(const Selection& selection);
// Called from the App to update the UI if dirty.
void update_if_dirty();