cache shaded meter-background regardless of color
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / textviewer.h
index 9cc639cd75e9e5799ec1d436af4035dd93a23a45..004e2d99db268525e881bf55a718ab0cfd01ebfc 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <pbd/transmitter.h>
 
-using std::string;
-
 namespace Gtkmm2ext {
 
 class TextViewer : public Gtk::Window, public Transmitter
@@ -46,7 +44,7 @@ class TextViewer : public Gtk::Window, public Transmitter
        Gtk::TextView& text()         { return etext; }
        Gtk::Button& dismiss_button() { return dismiss; }
 
-       void insert_file (const string &);
+       void insert_file (const std::string &);
        void scroll_to_bottom ();
        
        void deliver ();