X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fsplash.cc;h=409749d0628c06f78c2cfc26b8223ea707be3df5;hb=95df99e6d4cf6d1f8d71183299d31835e6708eb8;hp=ff9e133eb02ec08189cc6a33c61ec1f672477834;hpb=7d188c8a1e648457afbdeed71bddabb395565e4d;p=ardour.git diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index ff9e133eb0..409749d062 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -223,7 +223,7 @@ void Splash::message (const string& msg) { string str (""); - str += Glib::Markup::escape_text (msg); + str += Glib::Markup::escape_text (msg).c_str(); str += ""; show ();