Skip to content
Snippets Groups Projects
Commit df4c56ab authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #10904. Scope resolution for enum

parent 53d30cb0
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public:
const MantidVec abcRadii = list_of(2)(3)(4);
const MantidVec abcInnerRadii = list_of(5)(6)(7);
const MantidVec abcOuterRadii = list_of(8)(9)(10);
const SpecialCoordinateSystem frame = HKL;
const SpecialCoordinateSystem frame = Mantid::Kernel::HKL;
const std::string algorithmName = "foo";
const int algorithmVersion = 3;
......
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