mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Documentation pedanticism.
This commit is contained in:
parent
0851999567
commit
f9e31ab7a9
20 changed files with 31 additions and 31 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
/** Returns a pointer to one of the tracks in the file.
|
||||
|
||||
@returns a pointer to the track, or 0 if the index is out-of-range
|
||||
@returns a pointer to the track, or nullptr if the index is out-of-range
|
||||
@see getNumTracks, addTrack
|
||||
*/
|
||||
const MidiMessageSequence* getTrack (int index) const noexcept;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue