We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258fb4a commit 61222b1Copy full SHA for 61222b1
src/scatter_buildblock/ScatterSimulation.cxx
@@ -740,7 +740,7 @@ ScatterSimulation::set_template_proj_data_info(const std::string& filename)
740
}
741
742
void
743
-ScatterSimulation::set_template_proj_data_info(std::shared_ptr<const ProjDataInfo> arg)
+ScatterSimulation::set_template_proj_data_info(const ProjDataInfo& arg)
744
{
745
shared_ptr<const ProjDataInfo> sptr(arg.create_shared_clone());
746
this->set_template_proj_data_info(sptr);
0 commit comments