Skip to content

Commit f99485a

Browse files
committed
AudioPlayer: compile warning
1 parent 80cf620 commit f99485a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ namespace audio_tools {
453453
}
454454

455455
/// Activates/deactivates the automatic fade in and fade out to prevent popping sounds: default is active
456-
bool setAutoFade(bool active){
456+
void setAutoFade(bool active){
457457
is_auto_fade = active;
458458
}
459459

0 commit comments

Comments
 (0)