summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index 56e159ebde..d6b103609a 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -38,7 +38,8 @@ class Splash : public Gtk::Window
static Splash* instance() { return the_splash; }
- void pop_back ();
+ void pop_back_for (Gtk::Window&);
+ void pop_front ();
bool expose (GdkEventExpose*);
bool on_button_release_event (GdkEventButton*);