Skip to content

Commit

Permalink
re #10661 remove linux warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Dec 1, 2014
1 parent d6dae25 commit d842927
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -278,7 +278,7 @@ namespace Mantid
* @param filenamesToKeep a set of filenames to keep
* @returns the number of files removed
**/
const size_t DownloadInstrument::removeOrphanedFiles(const std::string& directoryPath,
size_t DownloadInstrument::removeOrphanedFiles(const std::string& directoryPath,
const std::set<std::string>& filenamesToKeep) const
{
//hold files to delete in a set so we don't remove files while iterating over the directory.
Expand Down

0 comments on commit d842927

Please sign in to comment.