diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-03-29 16:08:45 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-03-31 17:44:25 +0200 |
commit | 4f4ac639f9bea3fcacf439213aabd0b70c678ecb (patch) | |
tree | 12c21f5aa51f5a6eb986eba39f6e86a9fdc1a715 /src/instrument.cc | |
parent | 44695ff87966053ae090c2dd43ee6ab0a169775d (diff) |
API Refactoring for class Instrument
Diffstat (limited to 'src/instrument.cc')
-rw-r--r-- | src/instrument.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrument.cc b/src/instrument.cc index 9dec687..9f18233 100644 --- a/src/instrument.cc +++ b/src/instrument.cc @@ -153,7 +153,7 @@ std::string Instrument::getGroup() const return _group; } -void Instrument::setGroup(std::string g) +void Instrument::setGroup(const std::string& g) { _group = g; } |