Browse Source

Should fix compilation error on Linux.

faust
Stephane Letz Andrew Belt 4 years ago
parent
commit
604ba44f0a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/FaustEngine.cpp

+ 1
- 1
src/FaustEngine.cpp View File

@@ -182,7 +182,7 @@ struct RackUI : public GenericUI
void addSoundfile(const char* label, const char* soundpath, Soundfile** sf_zone)
{
WARN("Faust Prototype : 'soundfile' primitive not yet supported");
WARN("Faust Prototype : 'soundfile' primitive not yet supported", "");
}
void declare(FAUSTFLOAT* zone, const char* key, const char* val)


Loading…
Cancel
Save