summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-08-18 17:35:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-08-18 17:35:34 +0000
commite626152a22232895357a5e1381e3d49af7b130d5 (patch)
tree26e2c191c936ecb8eb9aabed3434379733daf217 /gtk2_ardour/keyeditor.h
parent115934e6abfa124d1e93ecb7c212083a1b255fae (diff)
remove use of Glib::ustring from gtk2_ardour
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10006 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index 085bfbb6d9..00808e3ae6 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -7,7 +7,6 @@
#include <gtkmm/treeview.h>
#include <gtkmm/treestore.h>
#include <gtkmm/scrolledwindow.h>
-#include <glibmm/ustring.h>
#include "ardour_dialog.h"
@@ -30,7 +29,7 @@ class KeyEditor : public ArdourDialog
add (path);
add (bindable);
}
- Gtk::TreeModelColumn<Glib::ustring> action;
+ Gtk::TreeModelColumn<std::string> action;
Gtk::TreeModelColumn<std::string> binding;
Gtk::TreeModelColumn<std::string> path;
Gtk::TreeModelColumn<bool> bindable;