Skip to content

Commit

Permalink
Re #11825 Another incomplete initialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 22, 2015
1 parent edb1826 commit 49ebd07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ using namespace DataObjects;
using namespace Geometry;

/// Empty default constructor
SaveToSNSHistogramNexus::SaveToSNSHistogramNexus() : Algorithm() {}
SaveToSNSHistogramNexus::SaveToSNSHistogramNexus() : Algorithm(), prog(), m_compress(false), links_count(0), inId(), outId() {}

/** Initialisation method.
*
Expand Down

0 comments on commit 49ebd07

Please sign in to comment.