Skip to content
Snippets Groups Projects
Commit 7d1394e2 authored by Michael Reuter's avatar Michael Reuter
Browse files

Refs #8632. Fixing a missed error.

parent b37ca802
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ namespace Mantid ...@@ -79,7 +79,7 @@ namespace Mantid
/** /**
* If the name does not exist then it does nothing * If the name does not exist then it does nothing
* @param name Name of the algorithm to remove from the search list * @param name Name of the algorithm to remove from the search list
* @aparam version An optional version to remove. -1 indicates remove all (Default=-1) * @param version An optional version to remove. -1 indicates remove all (Default=-1)
*/ */
void FileLoaderRegistryImpl::unsubscribe(const std::string &name, const int version) void FileLoaderRegistryImpl::unsubscribe(const std::string &name, const int version)
{ {
......
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