mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Optional: Make operator bool() explicit
This commit is contained in:
parent
0774162691
commit
b46edc31ce
2 changed files with 2 additions and 2 deletions
|
|
@ -1073,7 +1073,7 @@ namespace AAXClasses
|
|||
return transport.IsTransportPlaying (&isPlaying) == AAX_SUCCESS && isPlaying;
|
||||
}());
|
||||
|
||||
info.setIsRecording (recordingState.get());
|
||||
info.setIsRecording (recordingState.get().orFallback (false));
|
||||
|
||||
const auto optionalTimeInSamples = [&info, &transport]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue