Skip to content
Snippets Groups Projects
Commit c1e10885 authored by Samuel Jones's avatar Samuel Jones
Browse files

Re #23901 change to auto a variable declaration

parent 03c1de28
No related merge requests found
......@@ -629,8 +629,7 @@ void ProjectRecovery::saveWsHistories(const Poco::Path &historyDestFolder) {
const auto &ads = Mantid::API::AnalysisDataService::Instance();
// Hold a copy to the shared pointers so they do not get deleted under us
std::vector<boost::shared_ptr<Mantid::API::Workspace>> wsHandles =
ads.getObjects(Mantid::Kernel::DataServiceHidden::Include);
auto wsHandles = ads.getObjects(Mantid::Kernel::DataServiceHidden::Include);
removeEmptyGroupsFromADS(wsHandles);
......
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