diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 22:50:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 22:50:23 +0100 |
| commit | d44e39b0f03a4e90aab6fca20bd2819a39b42e69 (patch) | |
| tree | e6155498745492ec51bf0d88d1a3ea198dc859cc /src/lib/audio_point.h | |
| parent | 90bc72a3e587b832ed8649a1f77494db7714e5b2 (diff) | |
Small optimisations to audio analysis.
Diffstat (limited to 'src/lib/audio_point.h')
| -rw-r--r-- | src/lib/audio_point.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_point.h b/src/lib/audio_point.h index 3dfe4701f..f699233cb 100644 --- a/src/lib/audio_point.h +++ b/src/lib/audio_point.h @@ -39,7 +39,7 @@ public: void as_xml (xmlpp::Element *) const; - float& operator[] (int t) { + inline float& operator[] (int t) { return _data[t]; } |
