summaryrefslogtreecommitdiffstats
path: root/include/textviewwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/textviewwidget.h')
-rw-r--r--include/textviewwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/textviewwidget.h b/include/textviewwidget.h
index d9d065dc..2672d3a3 100644
--- a/include/textviewwidget.h
+++ b/include/textviewwidget.h
@@ -6,6 +6,7 @@
#include <string>
#include "stflpp.h"
+#include "utf8string.h"
namespace newsboat {
@@ -29,7 +30,7 @@ public:
std::uint32_t get_width();
std::uint32_t get_height();
private:
- const std::string textview_name;
+ const Utf8String textview_name;
Stfl::Form& form;
std::uint32_t num_lines;
};