X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d6f6602d7cea3a7899990fe79216af7d98d05917..3bad22d5566624804a73b3791980bab2d84c8266:/lib/service/servicemp3.cpp diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index a6d19287..0ff36db0 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -9,7 +9,7 @@ // eServiceFactoryMP3 -eServiceFactoryMP3::eServiceFactoryMP3(): ref(0) +eServiceFactoryMP3::eServiceFactoryMP3() { ePtr sc; @@ -58,7 +58,7 @@ void eServiceMP3::test_end() stop(); } -eServiceMP3::eServiceMP3(const char *filename): ref(0), filename(filename), test(eApp) +eServiceMP3::eServiceMP3(const char *filename): filename(filename), test(eApp) { m_state = stIdle; eDebug("SERVICEMP3 construct!");