summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-25 17:51:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-25 17:51:50 +0300
commitcf40caf28964e665c3391d91c64f9ba2c09605a7 (patch)
tree5eac719cbbfc8f508dee1bcdc1af010ec2046dfd /plugins/NewStory/src/history_array.h
parentd5849fcb979c1d553643bc3b4d4b7f2f12cee03b (diff)
NewStory: new HTML design for quoting
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r--plugins/NewStory/src/history_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h
index b94a38888e..9a5e6f52d2 100644
--- a/plugins/NewStory/src/history_array.h
+++ b/plugins/NewStory/src/history_array.h
@@ -22,7 +22,7 @@ struct ItemData
int savedTop, savedHeight, leftOffset;
DB::EventInfo dbe;
- wchar_t *wtext;
+ wchar_t *wtext, *qtext;
wchar_t *wszNick;
struct NewstoryListData *pOwner;