forked from organicmaps/organicmaps
[search] Replace obsolete UniChar typedef with using strings::UniChar.
This commit is contained in:
parent
d88064bc84
commit
138b8ebcfc
1 changed files with 2 additions and 1 deletions
|
@ -2,12 +2,13 @@
|
|||
|
||||
#include "../base/base.hpp"
|
||||
#include "../base/buffer_vector.hpp"
|
||||
#include "../base/string_utils.hpp"
|
||||
#include "../std/queue.hpp"
|
||||
|
||||
namespace search
|
||||
{
|
||||
|
||||
typedef uint32_t UniChar;
|
||||
using strings::UniChar;
|
||||
|
||||
namespace impl
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue