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

phonon: 0 => NULL.

parent 10a63bb5
......@@ -43,8 +43,8 @@ namespace VLC {
Backend::Backend(QObject *parent, const QVariantList &)
: QObject(parent)
, m_deviceManager(0)
, m_effectManager(0)
, m_deviceManager(NULL)
, m_effectManager(NULL)
, m_debugLevel(Debug)
{
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