Skip to content

Commit

Permalink
Refs #10635. remove implicit conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Nov 25, 2014
1 parent dd1987d commit e9aa2e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace CustomDialogs
///Constructor
StartLiveDataDialog::StartLiveDataDialog(QWidget *parent) :
AlgorithmDialog(parent),
m_useProcessAlgo(false), m_useProcessScript(NULL),
m_useProcessAlgo(false), m_useProcessScript(false),
m_usePostProcessAlgo(false), m_usePostProcessScript(false)
{
// Create the input history. This loads it too.
Expand Down

0 comments on commit e9aa2e9

Please sign in to comment.