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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/nag.h b/gtk2_ardour/nag.h
index 961a7fafe5..fc53444d33 100644
--- a/gtk2_ardour/nag.h
+++ b/gtk2_ardour/nag.h
@@ -28,13 +28,13 @@
class NagScreen : public ArdourDialog
{
- public:
+public:
~NagScreen();
static NagScreen* maybe_nag (std::string context);
void nag ();
- private:
+private:
NagScreen (std::string context, bool maybe_subscriber);
Gtk::Label message;