Skip to content
Snippets Groups Projects
Commit d430415e authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

WRG: fix initialization warning

parent b7873566
Branches
Tags
No related merge requests found
......@@ -385,9 +385,9 @@ public:
protected:
/** Constructor */
StandardRenderingFunction() : m_TransferedMinimum(), m_TransferedMaximum(),
StandardRenderingFunction() : m_TransferedMinimum(), m_TransferedMaximum(), m_UTime(),
m_RedChannelIndex(0), m_GreenChannelIndex(1), m_BlueChannelIndex(2), m_AutoMinMax(true),
m_AutoMinMaxQuantile(0.02), m_DefaultChannelsAreSet(false), m_UTime()
m_AutoMinMaxQuantile(0.02), m_DefaultChannelsAreSet(false)
{}
/** Destructor */
virtual ~StandardRenderingFunction() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment