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:
authorYuSanka <yusanka@gmail.com>2019-06-05 13:32:59 +0300
committerYuSanka <yusanka@gmail.com>2019-06-05 13:32:59 +0300
commit401999b68b3e8e625356a9fc017427aa0903432f (patch)
tree33c9f59e62337941ce9fbe64b3b52d9fbe77984b /src/slic3r/GUI/GUI_ObjectLayers.hpp
parent1090105b6879b0f0212abd4259bd54e86471e60f (diff)
Next try to fix OSX build
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectLayers.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectLayers.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectLayers.hpp b/src/slic3r/GUI/GUI_ObjectLayers.hpp
index aa09e64a6..0b404be4f 100644
--- a/src/slic3r/GUI/GUI_ObjectLayers.hpp
+++ b/src/slic3r/GUI/GUI_ObjectLayers.hpp
@@ -9,13 +9,13 @@ class wxBoxSizer;
namespace Slic3r {
class ModelObject;
-namespace GUI {
-class ConfigOptionsGroup;
-
typedef double coordf_t;
typedef std::pair<coordf_t, coordf_t> t_layer_height_range;
typedef std::map<t_layer_height_range, DynamicPrintConfig> t_layer_config_ranges;
+namespace GUI {
+class ConfigOptionsGroup;
+
class LayerRangeEditor : public wxTextCtrl
{
bool m_enter_pressed { false };