last bug fix from merge

This commit is contained in:
Sandrine Avakian 2016-03-15 14:23:27 +01:00
parent 5f1ab1680a
commit 6693805a3e

View file

@ -449,7 +449,7 @@ void Daemon::initCommands() {
mCommands.push_back(new Video());
mCommands.push_back(new VideoSource());
mCommands.push_back(new AutoVideo());
mCommands.push_back(new Conference());
mCommands.push_back(new Conference::Conference());
mCommands.push_back(new AudioCodecGetCommand());
mCommands.push_back(new AudioCodecEnableCommand());
mCommands.push_back(new AudioCodecDisableCommand());