Skip to content

Commit

Permalink
Fixed compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcombriat committed May 7, 2024
1 parent 7cd06ac commit 33f76f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/MozziGuts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace MozziPrivate {
#if BYPASS_MOZZI_OUTPUT_BUFFER == true
uint64_t samples_written_to_buffer = 0;

inline void bufferAudioOutput(const AudioOutput_t f) {
inline void bufferAudioOutput(const AudioOutput f) {
audioOutput(f);
++samples_written_to_buffer;
}
Expand Down

0 comments on commit 33f76f4

Please sign in to comment.