Ver Fonte

Fix Travis build

DjWarmonger há 10 anos atrás
pai
commit
1389ae0ea3
1 ficheiros alterados com 1 adições e 1 exclusões
  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();