summaryrefslogtreecommitdiff
path: root/src/instrument.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrument.cc')
-rw-r--r--src/instrument.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/instrument.cc b/src/instrument.cc
index 2e010e6..12d5af3 100644
--- a/src/instrument.cc
+++ b/src/instrument.cc
@@ -141,6 +141,11 @@ void Instrument::setGroup(std::string g)
_group = g;
}
+void Instrument::setName(std::string n)
+{
+ _name = n;
+}
+
void Instrument::setDescription(std::string d)
{
_description = d;