Add GPL boilerplate; fix dangling instance pointer after
[ardour.git] / gtk2_ardour / splash.h
index d6b103609a79cca21aafaa874c345ce419106d22..bb3e7b6f6afcb8fba82e2a2a22bb5d6977dd7418 100644 (file)
@@ -34,7 +34,7 @@ class Splash : public Gtk::Window
 {
   public:
        Splash ();
-       ~Splash () {}
+       ~Splash ();
 
        static Splash* instance() { return the_splash; }