We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e19374 commit dcd0d9cCopy full SHA for dcd0d9c
src/AudioTools/AudioLibs/Desktop/File.h
@@ -37,7 +37,7 @@ class File : public Stream {
37
return *this;
38
}
39
40
- void open(const char* name, FileMode mode){
+ void open(const char* name, FileMode mode=FILE_READ){
41
file_path = name;
42
switch(mode){
43
case FILE_READ:
0 commit comments