mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:20:26 +00:00
Fix a function declaration
This commit is contained in:
parent
32e8e0dbfe
commit
0a0e7925c2
@ -128,7 +128,7 @@ public:
|
|||||||
|
|
||||||
/** Resolves the random leader / factions. */
|
/** Resolves the random leader / factions. */
|
||||||
void resolve_random();
|
void resolve_random();
|
||||||
void connect::side::set_faction_commandline(std::string faction_name);
|
void set_faction_commandline(std::string faction_name);
|
||||||
void hide_ai_algorithm_combo(bool invis);
|
void hide_ai_algorithm_combo(bool invis);
|
||||||
private:
|
private:
|
||||||
void init_ai_algorithm_combo();
|
void init_ai_algorithm_combo();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user