Skip to content

Commit

Permalink
Re #11825 Add missing members to initialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 22, 2015
1 parent a8ee4e9 commit e320103
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -23,7 +23,9 @@ DECLARE_ALGORITHM(AppendGeometryToSNSNexus)
//----------------------------------------------------------------------------------------------
/** Constructor
*/
AppendGeometryToSNSNexus::AppendGeometryToSNSNexus() {}
AppendGeometryToSNSNexus::AppendGeometryToSNSNexus()
: m_makeNexusCopy(false), progress(), instrument_loaded_correctly(false),
logs_loaded_correctly(false) {}

//----------------------------------------------------------------------------------------------
/** Destructor
Expand Down

0 comments on commit e320103

Please sign in to comment.