mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fixed build
This commit is contained in:
parent
268c3600dc
commit
8f78741126
@ -112,7 +112,7 @@ Collator::Collator(const std::string & locale_)
|
||||
}
|
||||
|
||||
|
||||
Collator::~Collator()
|
||||
Collator::~Collator() // NOLINT
|
||||
{
|
||||
#if USE_ICU
|
||||
ucol_close(collator);
|
||||
|
Loading…
Reference in New Issue
Block a user