From f0adf1c7abbca82c556815a0a79c41fc0b8b1bf8 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 14 Jun 2018 11:41:12 -0500 Subject: [PATCH] What's that semicolon?!? --- src/GUI/Settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/Settings.cpp b/src/GUI/Settings.cpp index a0e8fea55..0e619a76f 100644 --- a/src/GUI/Settings.cpp +++ b/src/GUI/Settings.cpp @@ -9,11 +9,11 @@ void Settings::Settings() { if (the_os == OS::Mac) _small_font.SetPointSize(11); _small_bold_font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT); if (the_os == OS::Mac) _small_bold_font.SetPointSize(11); - _small_bold_font.MakeBold() + _small_bold_font.MakeBold(); _medium_font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT); _medium_font.SetPointSize(12); - _scroll_step = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)->GetPointSize(); + _scroll_step = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT).GetPointSize(); } void Settings::save_settings() { /*