fix an MSVC warning about struct/class discrepancy
This commit is contained in:
parent
61becb9cec
commit
61008ca523
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue