mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 04:39:34 +00:00
GCC buildfix (can't use things without definitions in templates).
Could also have included base/logging.h but meh.
This commit is contained in:
parent
d125fa00e1
commit
6505f7762c
@ -315,7 +315,7 @@ private:
|
||||
Insert(old[i].hash, old[i].value);
|
||||
}
|
||||
}
|
||||
ILOG("Grew hashmap capacity from %d to %d", oldCapacity, capacity_);
|
||||
INFO_LOG(G3D, "Grew hashmap capacity from %d to %d", oldCapacity, capacity_);
|
||||
_assert_msg_(SYSTEM, oldCount == count_, "PrehashMap: count should not change in Grow()");
|
||||
}
|
||||
struct Pair {
|
||||
|
Loading…
x
Reference in New Issue
Block a user