change a forward type declaration into a struct
This commit is contained in:
parent
459dc8b659
commit
f1f1a61a33
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
class attack_type;
|
||||
namespace t_translation { class t_terrain; }
|
||||
namespace t_translation { struct t_terrain; }
|
||||
|
||||
|
||||
/// The basic "size" of the unit - flying, small land, large land, etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue