added nav core
[vuplus_dvbapp] / lib / dvb / dvb.cpp
index 176b07c..895ff08 100644 (file)
@@ -180,7 +180,7 @@ RESULT eDVBChannel::setChannel(const eDVBChannelID &channelid)
 
 RESULT eDVBChannel::connectStateChange(const Slot1<void,iDVBChannel*> &stateChange, ePtr<eConnection> &connection)
 {
-       connection = new eConnection(   m_stateChanged.connect(stateChange) );
+       connection = new eConnection(m_stateChanged.connect(stateChange));
        return 0;
 }