diff --git a/src/ccstruct/werd.cpp b/src/ccstruct/werd.cpp index 31ed738b1149d857135af49af66fba1ae9d50753..22f9cda7102e7af4291d579fe825012a13737f08 100644 --- a/src/ccstruct/werd.cpp +++ b/src/ccstruct/werd.cpp @@ -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(&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");