forked from organicmaps/organicmaps
Minor warning fix.
This commit is contained in:
parent
7a8ba72240
commit
838ca28518
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ string GPUMemTracker::Report()
|
|||
|
||||
ss << " ===== Mem Report ===== \n";
|
||||
|
||||
return move(ss.str());
|
||||
return ss.str();
|
||||
}
|
||||
|
||||
void GPUMemTracker::AddAllocated(string const & tag, uint32_t id, uint32_t size)
|
||||
|
|
Loading…
Add table
Reference in a new issue