From 4fa5538e2bed36903b403e1aaee2462d22b456dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Jan 2015 22:13:44 +0100 Subject: config/Param: split block-specific attributes to new struct ConfigBlock The old struct config_param remains only for top-level string options. --- src/encoder/EncoderAPI.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoder/EncoderAPI.hxx') diff --git a/src/encoder/EncoderAPI.hxx b/src/encoder/EncoderAPI.hxx index a266667fd..def543c58 100644 --- a/src/encoder/EncoderAPI.hxx +++ b/src/encoder/EncoderAPI.hxx @@ -31,7 +31,7 @@ #include "EncoderPlugin.hxx" #include "AudioFormat.hxx" #include "tag/Tag.hxx" -#include "config/Param.hxx" +#include "config/Block.hxx" // IWYU pragma: end_exports -- cgit v1.2.3