Skip to content

Commit

Permalink
fixed initialization, re #8091
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Oct 28, 2014
1 parent 0457dc3 commit af5c906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp
Expand Up @@ -108,8 +108,8 @@ MantidUI::MantidUI(ApplicationWindow *aw):
m_workspaceGroupUpdateObserver(*this,&MantidUI::handleWorkspaceGroupUpdate),
m_configServiceObserver(*this,&MantidUI::handleConfigServiceUpdate),
m_appWindow(aw),
m_lastShownInstrumentWin(NULL), m_lastShownSliceViewWin(NULL),
m_lastShownSpectrumViewerWin(NULL), m_lastShown1DPlotWin(NULL),
m_lastShownInstrumentWin(NULL), m_lastShownSliceViewWin(NULL), m_lastShownSpectrumViewerWin(NULL),
m_lastShownColorFillWin(NULL), m_lastShown1DPlotWin(NULL),
m_vatesSubWindow(NULL)//, m_spectrumViewWindow(NULL)
{

Expand Down

0 comments on commit af5c906

Please sign in to comment.