From 331be8dc452bf47705556d2a7f7f5988973930ca Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 7 Apr 2013 13:01:34 +0200 Subject: Fixed crashbug on drumkit reload. --- src/instrument.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index 9b110be..b146cb2 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -50,7 +50,11 @@ public: std::vector audiofiles; + bool isValid(); + private: + void *magic; + std::string _name; std::string _description; RangeMap samples; -- cgit v1.2.3