From c5409d52f5d4edace90f81585fe0f07da64e0f5d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Dec 2014 22:11:57 +0100 Subject: output/Internal: move enum AudioOutputCommand into the struct --- src/output/Init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/Init.cxx') diff --git a/src/output/Init.cxx b/src/output/Init.cxx index fac6bb45e..f9648e0d4 100644 --- a/src/output/Init.cxx +++ b/src/output/Init.cxx @@ -58,7 +58,7 @@ AudioOutput::AudioOutput(const AudioOutputPlugin &_plugin) filter(nullptr), replay_gain_filter(nullptr), other_replay_gain_filter(nullptr), - command(AudioOutputCommand::NONE) + command(Command::NONE) { assert(plugin.finish != nullptr); assert(plugin.open != nullptr); -- cgit v1.2.3