aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:06:57 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:10:56 +0100
commit453fc1c6f82fa3b6ae983059eb55ad822860a5eb (patch)
treefd8eb3b76c68676195be061977344c9a0011ab55 /lib/dvb/dvb.h
parent7199d3c37e7e7065bd6943702b5864fa5186b9a8 (diff)
downloadenigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.tar.gz
enigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.zip
rename iDataSource to iTsSource (no functional change)
Diffstat (limited to 'lib/dvb/dvb.h')
-rw-r--r--lib/dvb/dvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h
index 92771604..f612affb 100644
--- a/lib/dvb/dvb.h
+++ b/lib/dvb/dvb.h
@@ -260,7 +260,7 @@ public:
RESULT playFile(const char *file);
void stopFile();
- RESULT playSource(ePtr<iDataSource>& source, const char *priv=NULL);
+ RESULT playSource(ePtr<iTsSource>& source, const char *priv=NULL);
void stopSource();
void setCueSheet(eCueSheet *cuesheet);