Avoid closing nested templates with >> for backwards compatibility.

(cherry picked from commit bdf0216bf0)
pull/3/head
Jonathan G Rennison 9 years ago
parent 129e14d817
commit 71a662ef84

@ -162,7 +162,7 @@ typedef SmallVector<StringSpriteToDraw, 4> StringSpriteToDrawVector;
typedef SmallVector<ParentSpriteToDraw, 64> ParentSpriteToDrawVector;
typedef SmallVector<ChildScreenSpriteToDraw, 16> ChildScreenSpriteToDrawVector;
typedef std::list<std::pair<int, OrderType>> RankOrderTypeList;
typedef std::list<std::pair<int, OrderType> > RankOrderTypeList;
typedef std::map<TileIndex, RankOrderTypeList> RouteStepsMap;
/** Data structure storing rendering information */

Loading…
Cancel
Save