X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Ftextviewer.h;h=c2ab1fffd55b5cde21a444880b5b0c364e234cf1;hb=86f56de6564728d0715191756373f48d983f4328;hp=9cc639cd75e9e5799ec1d436af4035dd93a23a45;hpb=6edccc3070b813157ffcd4014ec8dd7fa6ed9ce7;p=ardour.git diff --git a/libs/gtkmm2ext/gtkmm2ext/textviewer.h b/libs/gtkmm2ext/gtkmm2ext/textviewer.h index 9cc639cd75..c2ab1fffd5 100644 --- a/libs/gtkmm2ext/gtkmm2ext/textviewer.h +++ b/libs/gtkmm2ext/gtkmm2ext/textviewer.h @@ -22,13 +22,13 @@ #include #include -#include +#include "pbd/transmitter.h" -using std::string; +#include "gtkmm2ext/visibility.h" namespace Gtkmm2ext { -class TextViewer : public Gtk::Window, public Transmitter +class LIBGTKMM2EXT_API TextViewer : public Gtk::Window, public Transmitter { Gtk::TextView etext; Gtk::VBox vbox1; @@ -46,7 +46,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 ();