Skip to content

Commit 6e04c4e

Browse files
Update src/include/stir/scatter/ScatterSimulation.h
Co-authored-by: Kris Thielemans <KrisThielemans@users.noreply.github.com>
1 parent 8d68c69 commit 6e04c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/stir/scatter/ScatterSimulation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class ScatterSimulation : public RegisteredObject<ScatterSimulation>
124124

125125
void set_template_proj_data_info(const std::string&);
126126

127-
void set_template_proj_data_info(std::shared_ptr<const ProjDataInfo> arg);
127+
void set_template_proj_data_info(shared_ptr<const ProjDataInfo> arg);
128128

129129
void set_activity_image_sptr(const shared_ptr<const DiscretisedDensity<3, float>>);
130130

0 commit comments

Comments
 (0)