Skip to content

Commit

Permalink
fix coverity 1075401 (constructor init), re #11328
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Mar 12, 2015
1 parent 8ff5d47 commit 96a5638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/DataHandling/src/LoadRaw/item_struct.h
Expand Up @@ -20,6 +20,8 @@ class item_struct {
: value(v), det_average(da), dim0(d0), dim1(d1) {}
};

item_struct() : m_items(), m_spec_array(NULL), m_ndet(0) {};

private:
typedef std::map<std::string, item_t>
items_map_t; ///<Type def of internal map of named items
Expand Down

0 comments on commit 96a5638

Please sign in to comment.