[search] Replace obsolete UniChar typedef with using strings::UniChar.

This commit is contained in:
Yury Melnichek 2011-05-29 15:18:05 +02:00 committed by Alex Zolotarev
parent d88064bc84
commit 138b8ebcfc

View file

@ -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
{