Fix a function declaration

This commit is contained in:
Matthias Schoeck 2013-01-16 17:58:56 +00:00
parent 32e8e0dbfe
commit 0a0e7925c2

View File

@ -128,7 +128,7 @@ public:
/** Resolves the random leader / factions. */
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);
private:
void init_ai_algorithm_combo();