Commit d2edbc8e authored by Rémi Duraffort's avatar Rémi Duraffort

phonon: 0 => NULL.

parent 10a63bb5
...@@ -43,8 +43,8 @@ namespace VLC { ...@@ -43,8 +43,8 @@ namespace VLC {
Backend::Backend(QObject *parent, const QVariantList &) Backend::Backend(QObject *parent, const QVariantList &)
: QObject(parent) : QObject(parent)
, m_deviceManager(0) , m_deviceManager(NULL)
, m_effectManager(0) , m_effectManager(NULL)
, m_debugLevel(Debug) , m_debugLevel(Debug)
{ {
bool wasInit = vlcInit(); bool wasInit = vlcInit();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment