瀏覽代碼

Compile fix.

Frank Zago 15 年之前
父節點
當前提交
686061071f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/CPreGame.cpp

+ 1 - 1
client/CPreGame.cpp

@@ -2451,7 +2451,7 @@ void CBonusSelection::updateBonusSelection()
 			case 5: //primary skill
 				{
 					int leadingSkill = -1;
-					std::vector<std::pair<int, int>> toPrint; //primary skills to be listed <num, val>
+					std::vector<std::pair<int, int> > toPrint; //primary skills to be listed <num, val>
 					const ui8* ptr = reinterpret_cast<const ui8*>(&bonDescs[i].info2);
 					for (int g=0; g<PRIMARY_SKILLS; ++g)
 					{