From 1209da02d59c6ad9bd6ef7fddb3fa55b073e6ba5 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 14 Jun 2018 12:02:52 -0500 Subject: [PATCH] Fix typo. --- src/GUI/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);