Skip to content
Snippets Groups Projects
Commit 91bedd62 authored by Anton Piccardo-Selg's avatar Anton Piccardo-Selg
Browse files

Refs #11677 fix for wrong namespace

parent 9c7636c1
No related branches found
No related tags found
No related merge requests found
......@@ -43,15 +43,15 @@ namespace MantidQt
// MD ParaView plugin names
static const QString MantidParaViewSplatterPlot;
static const QString MdConstants::MantidParaViewSpecialCoordinates;
static const QString MdConstants::MDPeaksFilter;
static const QString MdConstants::MantidParaViewPeaksFilter;
static const QString MdConstants::PeakDimensions;
static const QString MdConstants::PeaksWorkspace;
static const QString MdConstants::Delimiter;
static const QString MdConstants::WorkspaceName;
static const QString MdConstants::ProbePoint;
static const QString MdConstants::Threshold;
static const QString MantidParaViewSpecialCoordinates;
static const QString MDPeaksFilter;
static const QString MantidParaViewPeaksFilter;
static const QString PeakDimensions;
static const QString PeaksWorkspace;
static const QString Delimiter;
static const QString WorkspaceName;
static const QString ProbePoint;
static const QString Threshold;
MdConstants();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment