mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
9
libs/search/base/text_index/header.cpp
Normal file
9
libs/search/base/text_index/header.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "search/base/text_index/header.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace search_base
|
||||
{
|
||||
// static
|
||||
string const TextIndexHeader::kHeaderMagic = "mapsmetextidx";
|
||||
} // namespace search_base
|
||||
Reference in New Issue
Block a user