diff --git a/src/GUI/Settings.cpp b/src/GUI/Settings.cpp index 0e619a76f..d91d9d119 100644 --- a/src/GUI/Settings.cpp +++ b/src/GUI/Settings.cpp @@ -3,7 +3,7 @@ namespace Slic3r { namespace GUI { -void Settings::Settings() { +Settings::Settings() { // Initialize fonts _small_font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT); if (the_os == OS::Mac) _small_font.SetPointSize(11);