Skip to content

Commit

Permalink
Re #5647. Clearing a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jul 30, 2012
1 parent 00c7da8 commit 2a2d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/test/WorkspaceGroupTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WorkspaceGroupTest_WorkspaceGroupObserver
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;
}
Expand Down

0 comments on commit 2a2d898

Please sign in to comment.