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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2020-08-07 11:42:25 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-08-07 11:42:48 +0300
commitafcc14861f2c2a06f8d802c41af110e2e5476b1e (patch)
tree91e6b4a7d29b46082bc7fbd7ffb4420bede983a8 /src/slic3r/GUI
parentb6746a3937f89a27092e3119c38c1c2cbd9e373b (diff)
Fix build on GCC (missing forward declaration)
Diffstat (limited to 'src/slic3r/GUI')
-rw-r--r--src/slic3r/GUI/PresetComboBoxes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/PresetComboBoxes.hpp b/src/slic3r/GUI/PresetComboBoxes.hpp
index f31b67fbe..7f51f775e 100644
--- a/src/slic3r/GUI/PresetComboBoxes.hpp
+++ b/src/slic3r/GUI/PresetComboBoxes.hpp
@@ -15,6 +15,7 @@ class ScalableButton;
class wxBoxSizer;
class wxComboBox;
class wxStaticBitmap;
+class wxRadioBox;
namespace Slic3r {