fix struct/class warnings in msvc
This commit is contained in:
parent
79839b0cf7
commit
1a03263159
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class interface;
|
|||
|
||||
typedef boost::shared_ptr< interface > ai_ptr;
|
||||
|
||||
class attack_analysis;
|
||||
struct attack_analysis;
|
||||
typedef std::vector<attack_analysis> attacks_vector;
|
||||
|
||||
class aspect;
|
||||
|
|
Loading…
Add table
Reference in a new issue