summaryrefslogtreecommitdiff
path: root/gtk2_ardour/nag.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/nag.cc')
-rw-r--r--gtk2_ardour/nag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/nag.cc b/gtk2_ardour/nag.cc
index f63e78b20f..c8f6c35c17 100644
--- a/gtk2_ardour/nag.cc
+++ b/gtk2_ardour/nag.cc
@@ -16,7 +16,7 @@ using namespace std;
using namespace Glib;
using namespace Gtk;
-NagScreen::NagScreen (std::string context, bool maybe_sub)
+NagScreen::NagScreen (std::string /*context*/, bool maybe_sub)
: ArdourDialog (_("Support Ardour Development"), true)
, donate_button (button_group, _("I'd like to make a one-time donation"))
, subscribe_button (button_group, _("Tell me more about becoming a subscriber"))