Fixed linx compile
This commit is contained in:
parent
4105711040
commit
58077b7d28
@ -53,7 +53,7 @@ AudioProcessorWrapper::~AudioProcessorWrapper() noexcept {
|
||||
|
||||
#define LOAD_CONFIG(path, ...) \
|
||||
do { \
|
||||
if(!load_config_value(context, js_config, #path, config.path, __VA_ARGS__)) { \
|
||||
if(!load_config_value(context, js_config, #path, config.path, ##__VA_ARGS__)) { \
|
||||
return; \
|
||||
} \
|
||||
} while(0)
|
||||
|
Loading…
Reference in New Issue
Block a user