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:
authorbubnikv <bubnikv@gmail.com>2019-03-23 01:10:11 +0300
committerbubnikv <bubnikv@gmail.com>2019-03-23 01:10:11 +0300
commitc623cbc4d72bbd5e05c27946292139fd2576b7fc (patch)
tree9fabce4534fa3224f4d001173f82ea68f9abb11d /src/slic3r/GUI/Preset.hpp
parentb2ef3ba291e3df265a52e8e69e3b99b10178aa75 (diff)
Fix of Perl bindings
Diffstat (limited to 'src/slic3r/GUI/Preset.hpp')
-rw-r--r--src/slic3r/GUI/Preset.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Preset.hpp b/src/slic3r/GUI/Preset.hpp
index ee795f2b9..ac1171e18 100644
--- a/src/slic3r/GUI/Preset.hpp
+++ b/src/slic3r/GUI/Preset.hpp
@@ -11,9 +11,10 @@
#include "slic3r/Utils/Semver.hpp"
class wxBitmap;
-class wxChoice;
class wxBitmapComboBox;
+class wxChoice;
class wxItemContainer;
+class wxString;
namespace Slic3r {