13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-05-11 13:44:17 +02:00
parent b4346862e1
commit 26593d08ed

View File

@ -32,7 +32,7 @@ class ARDOUR_UI;
class Splash : public Gtk::Window
{
public:
public:
Splash ();
~Splash ();
@ -48,7 +48,7 @@ class Splash : public Gtk::Window
bool on_map_event (GdkEventAny*);
void message (const std::string& msg);
private:
private:
static Splash* the_splash;
Glib::RefPtr<Gdk::Pixbuf> pixbuf;