Skip to content

Commit

Permalink
refs #7386. Fix mock ipeak class.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jul 3, 2013
1 parent bf7c1cd commit b2d1be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/MantidQt/SliceViewer/test/MockObjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ class MockPeakTransformFactory : public PeakTransformFactory
double());
MOCK_CONST_METHOD0(getDetectorPosition,
Mantid::Kernel::V3D());
MOCK_CONST_METHOD0(getDetectorPositionSafe,
Mantid::Kernel::V3D());
};

/*------------------------------------------------------------
Expand Down

0 comments on commit b2d1be3

Please sign in to comment.