From 52ae29caa79bcc2fdfae9c00df24daf8df20cbd6 Mon Sep 17 00:00:00 2001
From: Samuel Jackson <samueljackson@outlook.com>
Date: Thu, 11 Jan 2018 15:52:29 +0000
Subject: [PATCH] Refs #21208 Fix namespace

---
 qt/paraview_ext/VatesAPI/test/vtkPeakMarkerFactoryTest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt/paraview_ext/VatesAPI/test/vtkPeakMarkerFactoryTest.h b/qt/paraview_ext/VatesAPI/test/vtkPeakMarkerFactoryTest.h
index dfde7e4365c..7e5c65cccbd 100644
--- a/qt/paraview_ext/VatesAPI/test/vtkPeakMarkerFactoryTest.h
+++ b/qt/paraview_ext/VatesAPI/test/vtkPeakMarkerFactoryTest.h
@@ -43,7 +43,7 @@ public:
 };
 
 class MockPeaksWorkspace : public PeaksWorkspace {
-  using Mantid::API::PeaksWorkspace::addPeak;
+  using Mantid::DataObjects::PeaksWorkspace::addPeak;
 
 public:
   MOCK_METHOD1(setInstrument,
-- 
GitLab