summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_filename_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_filename_selector.h')
-rw-r--r--gtk2_ardour/export_filename_selector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/export_filename_selector.h b/gtk2_ardour/export_filename_selector.h
index cfe909a46b..d2b77a16f5 100644
--- a/gtk2_ardour/export_filename_selector.h
+++ b/gtk2_ardour/export_filename_selector.h
@@ -88,7 +88,7 @@ class ExportFilenameSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
{
public:
Gtk::TreeModelColumn<DateFormat> format;
- Gtk::TreeModelColumn<Glib::ustring> label;
+ Gtk::TreeModelColumn<std::string> label;
DateFormatCols () { add(format); add(label); }
};
@@ -104,7 +104,7 @@ class ExportFilenameSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
{
public:
Gtk::TreeModelColumn<TimeFormat> format;
- Gtk::TreeModelColumn<Glib::ustring> label;
+ Gtk::TreeModelColumn<std::string> label;
TimeFormatCols () { add(format); add(label); }
};