summaryrefslogtreecommitdiff
path: root/gtk2_ardour/nag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/nag.h')
-rw-r--r--gtk2_ardour/nag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/nag.h b/gtk2_ardour/nag.h
index 5872e28f3b..6d5b19139c 100644
--- a/gtk2_ardour/nag.h
+++ b/gtk2_ardour/nag.h
@@ -15,6 +15,7 @@ class NagScreen : public ArdourDialog
static NagScreen* maybe_nag (std::string context);
void nag ();
+ static bool open_uri (const char*);
private:
NagScreen (std::string context, bool maybe_subscriber);
@@ -32,7 +33,6 @@ class NagScreen : public ArdourDialog
void mark_affirmed_subscriber ();
void offer_to_donate ();
void offer_to_subscribe ();
- bool open_uri (const char*);
static bool is_subscribed (bool& really);
};