mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 07:39:04 +00:00
fix an MSVC warning about struct/class discrepancy
This commit is contained in:
parent
61becb9cec
commit
61008ca523
@ -41,7 +41,7 @@ public:
|
|||||||
virtual ~recruitment();
|
virtual ~recruitment();
|
||||||
virtual double evaluate();
|
virtual double evaluate();
|
||||||
virtual void execute();
|
virtual void execute();
|
||||||
void do_describe(struct situation);
|
void do_describe(class situation);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int depth_;
|
int depth_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user