diff options
| -rw-r--r-- | src/powerlist.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/powerlist.h b/src/powerlist.h index 0bcd11c..3a07b37 100644 --- a/src/powerlist.h +++ b/src/powerlist.h @@ -52,6 +52,7 @@ private:    float power_min;    Channel *getMasterChannel(); +  Sample *lastsample;  };  #endif/*__DRUMGIZMO_POWERLIST_H__*/ | 
