Skip to content

Commit

Permalink
Remove inline to force symbol generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 30, 2024
1 parent 21c3070 commit 0a537f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,9 @@ datatypes:
MutableExtraCode:
declaration: "
[[deprecated(\"use setFrom instead\")]]\n
void inline setRec(const edm4hep::Cluster& rec);\n
void setRec(const edm4hep::Cluster& rec);\n
[[deprecated(\"use setTo instead\")]]\n
void inline setSim(const edm4hep::MCParticle& sim);\n
void setSim(const edm4hep::MCParticle& sim);\n
"
implementation: "
void {name}::setSim(const edm4hep::MCParticle& sim) { setTo(sim); }\n
Expand Down

0 comments on commit 0a537f8

Please sign in to comment.