diff --git a/src/apps/mail/Words.cpp b/src/apps/mail/Words.cpp index 3bc987d979..f2b8244432 100644 --- a/src/apps/mail/Words.cpp +++ b/src/apps/mail/Words.cpp @@ -772,7 +772,7 @@ Words::FindBestMatches(BList* matches, const char* s) && word_match(gCmpKey, testWord) <= int32(float(strlen(gCmpKey)-1)*.75)) { // printf("Added: %s\n", testWord); - matches->AddItem((void*)(new BString(testWord))); + matches->AddItem(new BString(testWord)); } // If suffix, transform and test