Skip to content

Commit

Permalink
Re #11825 Initialization list again
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 22, 2015
1 parent 01d7a98 commit edb1826
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ typedef NeXus::NexusFileIO::optional_size_t optional_size_t;
DECLARE_ALGORITHM(SaveNexusProcessed)

/// Empty default constructor
SaveNexusProcessed::SaveNexusProcessed() : Algorithm() {}
SaveNexusProcessed::SaveNexusProcessed() : Algorithm(), m_timeProgInit(0.0), prog() {}

//-----------------------------------------------------------------------------------------------
/** Initialisation method.
Expand Down

0 comments on commit edb1826

Please sign in to comment.