summaryrefslogtreecommitdiff
path: root/src/drumkit.h
diff options
context:
space:
mode:
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__*/