Skip to content

Commit

Permalink
Fix build errors with boos pointers
Browse files Browse the repository at this point in the history
Refs #10802
  • Loading branch information
DanNixon committed Jan 19, 2015
1 parent 49a3f85 commit 52fbe4a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -32,7 +32,6 @@ using namespace Mantid::API;
DataComparison::DataComparison(QWidget *parent) :
UserSubWindow(parent),
m_plot(new QwtPlot(parent)),
m_diffCurve(NULL),
m_diffWorkspaceNames(qMakePair(QString(), QString()))
{
}
Expand Down

0 comments on commit 52fbe4a

Please sign in to comment.