mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioPlayHead: Fix docstring typo
This commit is contained in:
parent
aa23b2ed09
commit
a1b3ce6aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ public:
|
|||
/** @see getTimeInSamples() */
|
||||
void setTimeInSamples (Optional<int64_t> timeInSamplesIn) { setOptional (flagTimeSamples, timeInSamples, timeInSamplesIn); }
|
||||
|
||||
/** Returns the number of samples that have elapsed. */
|
||||
/** Returns the number of seconds that have elapsed. */
|
||||
Optional<double> getTimeInSeconds() const { return getOptional (flagTimeSeconds, timeInSeconds); }
|
||||
|
||||
/** @see getTimeInSamples() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue