1
0
Fork 0
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:
jules 2013-01-14 16:51:02 +00:00
parent 0851999567
commit f9e31ab7a9
20 changed files with 31 additions and 31 deletions

View file

@ -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;