We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaec341 commit 5927147Copy full SHA for 5927147
src/ccstruct/werd.cpp
@@ -121,7 +121,7 @@ WERD::WERD(C_BLOB_LIST *blob_list, ///< In word order
121
while (!end_it.at_last()) {
122
end_it.forward(); // move to last
123
}
124
- (reinterpret_cast<C_BLOB_LIST *>(&cblobs))->assign_to_sublist(&start_it, &end_it);
+ cblobs.assign_to_sublist(&start_it, &end_it);
125
// move to our list
126
blanks = clone->blanks;
127
// fprintf(stderr,"Wrong constructor!!!!\n");
0 commit comments