summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/autoreplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/autoreplace.h')
-rw-r--r--plugins/SpellChecker/src/autoreplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/autoreplace.h b/plugins/SpellChecker/src/autoreplace.h
index 316f015e0d..f3ce520e80 100644
--- a/plugins/SpellChecker/src/autoreplace.h
+++ b/plugins/SpellChecker/src/autoreplace.h
@@ -53,7 +53,7 @@ public:
/// Return an auto replacement to a word or NULL if none exists.
/// You have to free the item.
- wchar_t* autoReplace(const wchar_t *word);
+ CMStringW autoReplace(const wchar_t *word);
/// Add a word to the list of auto-replaced words
void add(const wchar_t *from, const wchar_t *to, BOOL useVariables = FALSE);