Set session of PluginPinWidget created after ::set_session()
[ardour.git] / gtk2_ardour / nag.h
index fa453ac2bace53c51fe3e637d930a13006dc0d98..fc53444d33b057dc1d2423d9f7862eb723b11642 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 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;