revert TessHashMap to hash_map in training/stringrenderer.h from 90651e1 (to fix build)

This commit is contained in:
Zdenko Podobný 2016-11-27 21:26:29 +01:00
parent bf0f9013ef
commit 6dcafe64f8

View File

@ -210,7 +210,7 @@ class StringRenderer {
Boxa* page_boxes_;
// Objects cached for subsequent calls to RenderAllFontsToImage()
TessHashMap<char32, inT64> char_map_; // Time-saving char histogram.
hash_map<char32, inT64> char_map_; // Time-saving char histogram.
int total_chars_; // Number in the string to be rendered.
int font_index_; // Index of next font to use in font list.
int last_offset_; // Offset returned from last successful rendering