Fixed linx compile
This commit is contained in:
		
							parent
							
								
									4105711040
								
							
						
					
					
						commit
						58077b7d28
					
				| @ -53,7 +53,7 @@ AudioProcessorWrapper::~AudioProcessorWrapper() noexcept { | |||||||
| 
 | 
 | ||||||
| #define LOAD_CONFIG(path, ...)                                                   \ | #define LOAD_CONFIG(path, ...)                                                   \ | ||||||
| do {                                                                             \ | 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;                                                                   \ |        return;                                                                   \ | ||||||
|    }                                                                             \ |    }                                                                             \ | ||||||
| } while(0) | } while(0) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user