diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-12 16:30:07 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-12 16:30:07 +0100 | 
| commit | e436e02f164977bb41f2740b5ad59fc89a1a1490 (patch) | |
| tree | 9d6af74cea03c0e07d06e93e716802d3741c7cb3 /src | |
| parent | d63ef52cfd1ca1867542471c3fce4ff5e47b1916 (diff) | |
Changed instrument list to containing pointers.
Diffstat (limited to 'src')
| -rw-r--r-- | src/drumkit.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/drumkit.h b/src/drumkit.h index f9883b6..d25b6b3 100644 --- a/src/drumkit.h +++ b/src/drumkit.h @@ -37,6 +37,8 @@ class DrumKitParser;  class DrumKit {    friend class DrumKitParser;  public: +  ~DrumKit(); +    std::string name();    std::string description(); | 
