]> git.mxchange.org Git - flightgear.git/commit
Change waitingTiles from std::queue to std::deque
authorTim Moore <timoore@redhat.com>
Sun, 1 Feb 2009 23:38:34 +0000 (00:38 +0100)
committerTim Moore <timoore@redhat.com>
Sun, 1 Feb 2009 23:58:01 +0000 (00:58 +0100)
commit7259d36abfd2b36df08fb5fbc2f5c8efadf99a16
tree617e757e3074a39d12a66342b3a4b559d4492e52
parent155701aaeb3db12872c6f941d783bdfa80da12c3
Change waitingTiles from std::queue to std::deque

std::queue can't be cleared portably.
utils/TerraSync/terrasync.cxx