fixes VC++6 error C2248:
'unit_stats_cache_' : cannot access protected member declared in class 'ai'
This commit is contained in:
parent
74291be1cd
commit
64b76bffa0
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ protected:
|
|||
|
||||
int attack_depth() const;
|
||||
mutable int attack_depth_;
|
||||
friend struct attack_analysis;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue