Bug fix Commands_conference.h

This commit is contained in:
Sandrine Avakian 2016-03-15 14:33:09 +01:00
parent 6693805a3e
commit b077e3d622
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#ifndef CONFERENCE_H
#define CONFERENCE_H
#ifndef COMMANDS_CONFERENCE_H
#define COMMANDS_CONFERENCE_H
#include "daemon.h"

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::Conference());
mCommands.push_back(new Conference());
mCommands.push_back(new AudioCodecGetCommand());
mCommands.push_back(new AudioCodecEnableCommand());
mCommands.push_back(new AudioCodecDisableCommand());