提交 59271470 编写于 作者: S Stefan Weil

Remove unneeded type cast

Signed-off-by: NStefan Weil <sw@weilnetz.de>
上级 aaec3414
......@@ -121,7 +121,7 @@ WERD::WERD(C_BLOB_LIST *blob_list, ///< In word order
while (!end_it.at_last()) {
end_it.forward(); // move to last
}
(reinterpret_cast<C_BLOB_LIST *>(&cblobs))->assign_to_sublist(&start_it, &end_it);
cblobs.assign_to_sublist(&start_it, &end_it);
// move to our list
blanks = clone->blanks;
// fprintf(stderr,"Wrong constructor!!!!\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册