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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index d6b103609a..bb3e7b6f6a 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -34,7 +34,7 @@ class Splash : public Gtk::Window
{
public:
Splash ();
- ~Splash () {}
+ ~Splash ();
static Splash* instance() { return the_splash; }