diff --git a/SpiralSound/Sample.h b/SpiralSound/Sample.h index ccf4d96..5c915d2 100644 --- a/SpiralSound/Sample.h +++ b/SpiralSound/Sample.h @@ -68,7 +68,7 @@ public: void CropTo(int NewLength); bool IsEmpty() const { return m_IsEmpty; } - inline float &Sample::operator[](int i) const + inline float &operator[](int i) const { #ifdef DEBUG assert(i>=0 && i