summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.h
diff options
context:
space:
mode:
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 0957232be7..d3f523886b 100644
--- a/plugins/NewStory/src/history_array.h
+++ b/plugins/NewStory/src/history_array.h
@@ -68,7 +68,7 @@ public:
EVENTONLY = 0x100,
};
- __forceinline Filter(uint16_t aFlags, wchar_t *wText) :
+ __forceinline Filter(uint16_t aFlags, const wchar_t *wText) :
flags(aFlags),
text(mir_wstrdup(wText))
{