From 66bfac5a0ae1068908639dd0190433f5ab430473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Fri, 27 May 2016 09:25:32 +0200 Subject: Instrument holds AudioFile via unique_ptr --- src/instrument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index ee67b3f..e61d446 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -56,7 +56,7 @@ public: // std::map channelmap; - std::vector audiofiles; + std::vector> audiofiles; bool isValid() const; -- cgit v1.2.3