Fix compile warning.
This commit is contained in:
parent
9a6b8594f3
commit
879e160ba3
@ -164,7 +164,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
for (const auto kv : m_datasets) {
|
||||
for (const auto &kv : m_datasets) {
|
||||
if (kv.second->isOneGbPages()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user