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:
authorVojtech Kral <vojtech@kral.hk>2019-08-19 13:28:25 +0300
committerVojtech Kral <vojtech@kral.hk>2019-08-19 18:04:14 +0300
commitef4ff55e55b5384be04e12b7dfcbf223f0f71ae8 (patch)
tree8a4c4cf94c348655cb7e84e3c7d9864cb6908246 /src/slic3r/GUI/MainFrame.hpp
parent0ded335488b1bc84f808cf335ef9751edcd9276f (diff)
Fix encoding of a few files in GUI
GUI/AboutDialog.cpp GUI/MainFrame.hpp GUI/OptionsGroup.cpp
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 5d34be48e..0e8a053e0 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -1,4 +1,4 @@
-#ifndef slic3r_MainFrame_hpp_
+#ifndef slic3r_MainFrame_hpp_
#define slic3r_MainFrame_hpp_
#include "libslic3r/PrintConfig.hpp"