Skip to content

Commit

Permalink
refs #6521 #6542 quality enum for vc++.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Feb 11, 2013
1 parent 7335416 commit 65b1e2e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -28,11 +28,11 @@ namespace MantidQt
{
switch(coordSystem)
{
case QLab:
case Mantid::API::QLab:
return "QLab";
case QSample:
case Mantid::API::QSample:
return "QSample";
case HKL:
case Mantid::API::HKL:
return "HKL";
default:
return "Unknown";
Expand Down

0 comments on commit 65b1e2e

Please sign in to comment.