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>2018-09-19 12:28:30 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-19 12:28:30 +0300
commite8c16c35e5d6f6ce175581dc479a8fa602c6405c (patch)
tree65ecd81b5f4491fc66ce7065e1b0cb130477cb68 /src/slic3r/GUI/GUI.hpp
parent6bd92a819805946e97b614df4f1e9e4d7a9142e9 (diff)
parent6b655f9aa31018a2269380350c7bdb0c14377ab9 (diff)
Meged with dev2
Diffstat (limited to 'src/slic3r/GUI/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 9539cd7cc..9b2fce5b4 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -217,6 +217,8 @@ int combochecklist_get_flags(wxComboCtrl* comboCtrl);
wxString L_str(const std::string &str);
// Return wxString from std::string in UTF8
wxString from_u8(const std::string &str);
+// Return std::string in UTF8 from wxString
+std::string into_u8(const wxString &str);
void set_model_events_from_perl(Model &model,
int event_object_selection_changed,