aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigData.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 21:12:54 +0100
committerMax Kellermann <max@duempel.org>2015-01-21 21:18:25 +0100
commit76b7882f3324bb892a9ccc874e1bdacfd72e7b98 (patch)
treebf9679518ecb502322b7bbc17e324991f7a9de5d /src/config/ConfigData.hxx
parentbf0ab2d44c38064624778d5fb6d868cea7cb4e1a (diff)
downloadmpd-76b7882f3324bb892a9ccc874e1bdacfd72e7b98.tar.gz
mpd-76b7882f3324bb892a9ccc874e1bdacfd72e7b98.tar.xz
mpd-76b7882f3324bb892a9ccc874e1bdacfd72e7b98.zip
ConfigData: rename struct block_param to BlockParam
Diffstat (limited to 'src/config/ConfigData.hxx')
-rw-r--r--src/config/ConfigData.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/ConfigData.hxx b/src/config/ConfigData.hxx
index 332634646..1f7e61b6f 100644
--- a/src/config/ConfigData.hxx
+++ b/src/config/ConfigData.hxx
@@ -42,7 +42,7 @@ struct config_param {
unsigned int line;
- std::vector<block_param> block_params;
+ std::vector<BlockParam> block_params;
/**
* This flag is false when nobody has queried the value of
@@ -78,7 +78,7 @@ struct config_param {
}
gcc_nonnull_all gcc_pure
- const block_param *GetBlockParam(const char *_name) const;
+ const BlockParam *GetBlockParam(const char *_name) const;
gcc_pure
const char *GetBlockValue(const char *name,