mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 20:31:19 +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 double evaluate();
|
||||
virtual void execute();
|
||||
void do_describe(struct situation);
|
||||
void do_describe(class situation);
|
||||
|
||||
private:
|
||||
int depth_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user