From 2a2d898e51ab31f2e53bbbcdacced038a92d5bad Mon Sep 17 00:00:00 2001 From: Roman Tolchenov <roman.tolchenov@stfc.ac.uk> Date: Mon, 30 Jul 2012 15:01:22 +0100 Subject: [PATCH] Re #5647. Clearing a warning --- Code/Mantid/Framework/API/test/WorkspaceGroupTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/API/test/WorkspaceGroupTest.h b/Code/Mantid/Framework/API/test/WorkspaceGroupTest.h index 5f361601f7b..d5e7f396dee 100644 --- a/Code/Mantid/Framework/API/test/WorkspaceGroupTest.h +++ b/Code/Mantid/Framework/API/test/WorkspaceGroupTest.h @@ -28,7 +28,7 @@ public: AnalysisDataService::Instance().notificationCenter.addObserver(m_workspaceGroupUpdateObserver); } //handles notification send by a WorkspaceGroup instance - void handleWorkspaceGroupUpdate(Mantid::API::GroupUpdatedNotification_ptr pNf) + void handleWorkspaceGroupUpdate(Mantid::API::GroupUpdatedNotification_ptr) { received = true; } -- GitLab