Skip to content

Commit 746685e

Browse files
committed
Desktop compile error
1 parent da7dee4 commit 746685e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/Disk/VFSFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class VFSFile : public Stream {
121121

122122
virtual int read() override { return stream.get(); }
123123

124-
virtual size_t readBytes(char* data, size_t len) override {
124+
virtual size_t readBytes(char* data, size_t len) {
125125
return readBytes((uint8_t*)data, len);
126126
}
127127

0 commit comments

Comments
 (0)