fixes VC++6 error C2248:

'unit_stats_cache_' : cannot access protected member declared in class 'ai'
This commit is contained in:
Patrick Parker 2006-06-11 20:32:40 +00:00
parent 74291be1cd
commit 64b76bffa0

View file

@ -268,6 +268,7 @@ protected:
int attack_depth() const;
mutable int attack_depth_;
friend struct attack_analysis;
};
#endif