aboutsummaryrefslogtreecommitdiff
path: root/lib/service/iservice.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-21 20:32:51 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-21 20:32:51 +0000
commit1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823 (patch)
tree78ffeb782c3df9319437d064d88484b902f4648e /lib/service/iservice.h
parent7b46919af63cfcb6adbe72d8d4183a203dfcfce7 (diff)
downloadenigma2-1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823.tar.gz
enigma2-1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823.zip
format, ac3 and crypted indicators now working
TODO: get format/aspect infos from the mpeg decoder ( EIT information is not working on every service )
Diffstat (limited to 'lib/service/iservice.h')
-rw-r--r--lib/service/iservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index 8c68f902..3c3248c4 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -48,7 +48,7 @@ public:
std::string path;
#endif
std::string getPath() { return path; }
- std::string setPath( const std::string &n ) { path=n; }
+ void setPath( const std::string &n ) { path=n; }
int getData(unsigned int num) const
{