summaryrefslogtreecommitdiff
path: root/plugingui/maintab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/maintab.cc')
-rw-r--r--plugingui/maintab.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 7df5e98..2320c7f 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -26,7 +26,7 @@
*/
#include "maintab.h"
-namespace GUI
+namespace
{
constexpr char humanizer_tip[] = "\
@@ -81,6 +81,11 @@ The pink areas indicate the spread of the position and velocity of the\n\
next note in line. The wider the area the more the note can move in time\n\
and velocity.";
+} // end anonymous namespace
+
+namespace GUI
+{
+
MainTab::MainTab(Widget* parent,
Settings& settings,
SettingsNotifier& settings_notifier,