Skip to content
Snippets Groups Projects
Commit c78da4d7 authored by Moore's avatar Moore
Browse files

unused variable fix re #17315

parent b408991a
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ void ADSAdapter::handleAddWorkspace(Mantid::API::WorkspaceAddNotification_ptr) { ...@@ -77,7 +77,7 @@ void ADSAdapter::handleAddWorkspace(Mantid::API::WorkspaceAddNotification_ptr) {
} }
void ADSAdapter::handleReplaceWorkspace( void ADSAdapter::handleReplaceWorkspace(
Mantid::API::WorkspaceAfterReplaceNotification_ptr pNf) { Mantid::API::WorkspaceAfterReplaceNotification_ptr) {
auto presenter = lockPresenter(); auto presenter = lockPresenter();
presenter->notifyFromWorkspaceProvider( presenter->notifyFromWorkspaceProvider(
WorkspaceProviderNotifiable::Flag::GenericUpdateNotification); WorkspaceProviderNotifiable::Flag::GenericUpdateNotification);
......
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