mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fixed warning in Poco [#CLICKHOUSE-2].
This commit is contained in:
parent
02a0317db6
commit
104c6d9ddf
@ -79,7 +79,7 @@ inline std::string Element::name() const
|
||||
class ElementComparator
|
||||
{
|
||||
public:
|
||||
bool operator()(const Element::Ptr& s1, const Element::Ptr& s2)
|
||||
bool operator()(const Element::Ptr& s1, const Element::Ptr& s2) const
|
||||
{
|
||||
return s1->name() < s2->name();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user