summaryrefslogtreecommitdiff
path: root/src/gui_attrtext.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_attrtext.hh')
-rw-r--r--src/gui_attrtext.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_attrtext.hh b/src/gui_attrtext.hh
index 129f905..06fb753 100644
--- a/src/gui_attrtext.hh
+++ b/src/gui_attrtext.hh
@@ -131,6 +131,8 @@ public:
static AttributedText* create();
+ virtual void reset() = 0;
+
void append(std::string const& str, Attribute const& attr = EMPTY,
size_t start = 0, size_t length = std::string::npos);
void append(const char* str, Attribute const& attr = EMPTY,