summaryrefslogtreecommitdiff
path: root/src/textfile_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/textfile_gui.cpp')
-rw-r--r--src/textfile_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textfile_gui.cpp b/src/textfile_gui.cpp
index 3480a2aef..018888d0b 100644
--- a/src/textfile_gui.cpp
+++ b/src/textfile_gui.cpp
@@ -319,7 +319,7 @@ static void Xunzip(byte **bufp, size_t *sizep)
{
if (textfile == NULL) return;
- this->lines.Clear();
+ this->lines.clear();
/* Get text from file */
size_t filesize;