The DyKeyQueue::pop() method was not returning anything.
This commit is contained in:
parent
53ba314063
commit
3637f1c0cf
|
@ -1054,6 +1054,7 @@ namespace Katabatic {
|
|||
std::set<GCell*,GCell::CompareByKey>::iterator igcell = _map.begin();
|
||||
GCell* gcell = *igcell;
|
||||
_map.erase ( igcell );
|
||||
return gcell;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue