Merge branch 'master' into windows
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / choice.h
index b6dcdc05c12b12ad4bcd7aec796e9afc6e01dc40..17e3b3192c84409bcf75b47ecd43e96cc0319040 100644 (file)
@@ -32,7 +32,7 @@ namespace Gtkmm2ext {
 class Choice : public Gtk::Dialog
 {
   public:
-       Choice (std::string prompt, std::vector<std::string> choices, bool center = true);
+       Choice (std::string title, std::string prompt, std::vector<std::string> choices, bool center = true);
        virtual ~Choice ();
 
   protected: