Update codec-quality display when ExportFormat changes
[ardour.git] / gtk2_ardour / ardour_dialog.h
index 990d86024f562d5eb3ce481ef36cf5db706e8e48..76d7ac1d08a34d7c9047c8003c31961f5d496b60 100644 (file)
@@ -49,11 +49,14 @@ public:
        void on_show ();
        virtual void on_response (int);
 
+protected:
+       void pop_splash ();
+       void close_self ();
+
 private:
        WM::ProxyTemporary* proxy;
        bool _splash_pushed;
        void init ();
-       void pop_splash ();
 
        static sigc::signal<void> CloseAllDialogs;
 };