Skip to content

Commit 61222b1

Browse files
committed
Fixed a merging mistake.
1 parent 258fb4a commit 61222b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scatter_buildblock/ScatterSimulation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ ScatterSimulation::set_template_proj_data_info(const std::string& filename)
740740
}
741741

742742
void
743-
ScatterSimulation::set_template_proj_data_info(std::shared_ptr<const ProjDataInfo> arg)
743+
ScatterSimulation::set_template_proj_data_info(const ProjDataInfo& arg)
744744
{
745745
shared_ptr<const ProjDataInfo> sptr(arg.create_shared_clone());
746746
this->set_template_proj_data_info(sptr);

0 commit comments

Comments
 (0)