This commit is contained in:
Nikita Mikhailov 2021-01-20 15:37:53 +03:00
parent cf88874088
commit 1d1e53f5d3

View File

@ -212,7 +212,7 @@ private:
return *this;
}
void swap(QueryAccessInfo & rhs)
void swap(QueryAccessInfo & rhs)
{
std::swap(databases, rhs.databases);
std::swap(tables, rhs.tables);