summaryrefslogtreecommitdiff
path: root/src/drumkitparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drumkitparser.h')
-rw-r--r--src/drumkitparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drumkitparser.h b/src/drumkitparser.h
index 783ed5f..f585043 100644
--- a/src/drumkitparser.h
+++ b/src/drumkitparser.h
@@ -45,6 +45,8 @@ protected:
private:
FILE *fd;
DrumKit &kit;
+ // Instrument *instr;
+ std::string path;
};
#endif/*__DRUMGIZMO_DRUMKITPARSER_H__*/