summaryrefslogtreecommitdiff
path: root/src/instrument.cc
diff options
context:
space:
mode:
authorChristian Glöckner <cgloeckner@freenet.de>2016-03-29 16:08:45 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2016-03-31 17:44:25 +0200
commit4f4ac639f9bea3fcacf439213aabd0b70c678ecb (patch)
tree12c21f5aa51f5a6eb986eba39f6e86a9fdc1a715 /src/instrument.cc
parent44695ff87966053ae090c2dd43ee6ab0a169775d (diff)
API Refactoring for class Instrument
Diffstat (limited to 'src/instrument.cc')
-rw-r--r--src/instrument.cc2
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;
}