summaryrefslogtreecommitdiff
path: root/src/drumkit.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-09-15 09:28:15 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-09-15 09:28:15 +0200
commit22e8c588324184b777cea9f55ec0fc73b56949b8 (patch)
treecb75167772447848650d90b01c171b344cdc61e3 /src/drumkit.h
parent9883fb4fc232ebdea44dcf7b015499d31f999695 (diff)
New experimental sample selector (enable using --with-experimental argument on ./configure).
Diffstat (limited to 'src/drumkit.h')
-rw-r--r--src/drumkit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drumkit.h b/src/drumkit.h
index 2ed558d..c1e5a69 100644
--- a/src/drumkit.h
+++ b/src/drumkit.h
@@ -32,6 +32,7 @@
#include "channel.h"
#include "instrument.h"
+#include "versionstr.h"
class DrumKitParser;
class DrumKit {
@@ -55,6 +56,8 @@ private:
std::string _name;
std::string _description;
+
+ VersionStr _version;
};
#endif/*__DRUMGIZMO_DRUMKIT_H__*/