diff options
author | Max Kellermann <max@duempel.org> | 2016-02-22 17:38:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-22 17:38:06 +0100 |
commit | a5f8fd774d91c0e632ef87e596507b86cd142aec (patch) | |
tree | dfd4aaa649b7d96cc7bba079815771137db7a535 /src/playlist | |
parent | cc5443c38eddbbd2894436b1e2107f8dda7262b8 (diff) |
tag/handler: use CamelCase
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx index a7c683c13..2dd615793 100644 --- a/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx +++ b/src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx @@ -82,7 +82,7 @@ embcue_tag_pair(const char *name, const char *value, void *ctx) playlist->cuesheet = value; } -static const struct tag_handler embcue_tag_handler = { +static constexpr TagHandler embcue_tag_handler = { nullptr, nullptr, embcue_tag_pair, |