Merge branch 'master' into windows
[ardour.git] / libs / gtkmm2ext / choice.cc
index 7f5f869adaf3c8485047a4137f831c3b26d72913..363942eab7d834d023b0657ea879599ed356a4fd 100644 (file)
@@ -26,7 +26,8 @@ using namespace Gtkmm2ext;
 using namespace sigc;
 using namespace Gtk;
 
-Choice::Choice (string prompt, vector<string> choices, bool center)
+Choice::Choice (string title, string prompt, vector<string> choices, bool center)
+       : Dialog (title)
 {
        int n;
        vector<string>::iterator i;