also reserve entry for refs

This commit is contained in:
Moritz Kobitzsch 2016-09-13 13:45:09 +02:00
parent 1b4a52e99c
commit 64a72f574d

View File

@ -110,7 +110,8 @@ ExtractionContainers::ExtractionContainers()
// Check if stxxl can be instantiated // Check if stxxl can be instantiated
stxxl::vector<unsigned> dummy_vector; stxxl::vector<unsigned> dummy_vector;
// Insert three empty strings offsets for name, destination and pronunciation // Insert three empty strings offsets for name, ref, destination and pronunciation
name_offsets.push_back(0);
name_offsets.push_back(0); name_offsets.push_back(0);
name_offsets.push_back(0); name_offsets.push_back(0);
name_offsets.push_back(0); name_offsets.push_back(0);