Skip to content

Commit 175d16a

Browse files
Kyle GrageKyle Grage
authored andcommitted
test another error fix
1 parent 9eaa8ed commit 175d16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/GameBoard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class GameBoard {
9595

9696
//void PlaceSettlement(Coordinate location, Player& Owner);
9797
void PlaceCity(Coordinate location, Player& Owner);
98-
void PlaceWonder(Coordinate location, Player& Owner)
98+
void PlaceWonder(Coordinate location, Player& Owner);
9999
bool PlaceRoad(Coordinate start, Coordinate end, Player& Owner);
100100

101101
void accept(GameVisitor& visitor);

0 commit comments

Comments
 (0)