Skip to content

Commit 6d9cb2b

Browse files
authored
Make function static
1 parent adbaa3c commit 6d9cb2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/wesnothd/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ void server::handle_join_game(player_iterator player, simple_wml::node& join)
16681668
}
16691669
}
16701670

1671-
void setup_queue_options(const char* type, const config& qoptions, simple_wml::node& game)
1671+
static void setup_queue_options(const char* type, const config& qoptions, simple_wml::node& game)
16721672
{
16731673
for(const config& option_type : qoptions.child_range(type)) {
16741674
simple_wml::node& options = game.add_child("options");

0 commit comments

Comments
 (0)