aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h')
-rw-r--r--lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h
index 94843a4e..c730d501 100644
--- a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h
+++ b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h
@@ -92,7 +92,7 @@ public:
// iServiceKeys
RESULT keyPressed(int key);
private:
- eServiceDVD(const char *filename);
+ eServiceDVD(eServiceReference ref);
void gotMessage(int); // message from dvdlib
void gotThreadMessage(const int &); // message from dvd thread
@@ -101,7 +101,7 @@ private:
void thread();
void thread_finished();
- std::string m_filename;
+ eServiceReference m_ref;
Signal2<void,iPlayableService*,int> m_event;