Skip to content

Commit

Permalink
Re #11568. Init the variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 16, 2015
1 parent a77c384 commit 3ce371e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ namespace MDF

/// Constructor.
/// @param parent :: A parent widget.
AddWorkspaceDialog::AddWorkspaceDialog(QWidget *parent):QDialog(parent)
AddWorkspaceDialog::AddWorkspaceDialog(QWidget *parent):QDialog(parent),m_maxIndex(0)
{
m_uiForm.setupUi(this);
// populate the combo box with names of eligible workspaces
Expand Down

0 comments on commit 3ce371e

Please sign in to comment.