浏览代码

Fix Travis build

DjWarmonger 10 年之前
父节点
当前提交
1389ae0ea3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/rmg/CMapGenOptions.h

+ 1 - 1
lib/rmg/CMapGenOptions.h

@@ -155,7 +155,7 @@ public:
 private:
 	void resetPlayersMap();
 	int countHumanPlayers() const;
-	int CMapGenOptions::countCompOnlyPlayers() const;
+	int countCompOnlyPlayers() const;
 	PlayerColor getNextPlayerColor() const;
 	void updateCompOnlyPlayers();
 	void updatePlayers();