Skip to content

Commit

Permalink
change to reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Feb 3, 2025
1 parent 3cd3928 commit def98f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmei/addons/att.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Att : public AttConverterBase {
static data_STAFFREL_basic StaffrelToStaffrelBasic(data_STAFFREL staffrel);

/** Dummy string converter */
std::string StrToStr(const std::string str) const;
std::string StrToStr(const std::string &str) const;

/** @name Basic converters for writing */
///@{
Expand Down

0 comments on commit def98f6

Please sign in to comment.