diff --git a/simgear/sound/sample.hxx b/simgear/sound/sample.hxx index 0efb7d32..4134e9d3 100644 --- a/simgear/sound/sample.hxx +++ b/simgear/sound/sample.hxx @@ -112,6 +112,7 @@ public: return (_samples * _tracks * _bits)/8; } inline size_t get_no_samples() { return _samples; } + inline size_t get_no_tracks() { return _tracks; } /**