Skip to content

Commit 608511c

Browse files
committed
Missing override
1 parent 844e3b7 commit 608511c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioOutput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class HexDumpOutput : public AudioOutput {
244244
}
245245

246246

247-
void flush() {
247+
void flush() override {
248248
out_ptr->println();
249249
pos = 0;
250250
}

0 commit comments

Comments
 (0)