Switch to unified view

a/src/utils/hldata.h b/src/utils/hldata.h
...
...
2
#define _hldata_h_included_
2
#define _hldata_h_included_
3
3
4
#include <vector>
4
#include <vector>
5
#include <string>
5
#include <string>
6
#include <set>
6
#include <set>
7
#include <map>
7
8
8
/** Store data about user search terms and their expansions. This is used
9
/** Store data about user search terms and their expansions. This is used
9
 * mostly for highlighting result text and walking the matches, generating 
10
 * mostly for highlighting result text and walking the matches, generating 
10
 * spelling suggestions.
11
 * spelling suggestions.
11
 */
12
 */