summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/choice.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/choice.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/choice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/choice.h b/libs/gtkmm2ext/gtkmm2ext/choice.h
index b6dcdc05c1..17e3b3192c 100644
--- a/libs/gtkmm2ext/gtkmm2ext/choice.h
+++ b/libs/gtkmm2ext/gtkmm2ext/choice.h
@@ -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: