aboutsummaryrefslogtreecommitdiff
path: root/xbmc/utils/TuxBoxUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/utils/TuxBoxUtil.h')
-rw-r--r--xbmc/utils/TuxBoxUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/utils/TuxBoxUtil.h b/xbmc/utils/TuxBoxUtil.h
index 362ec1fbb5..ee3583829d 100644
--- a/xbmc/utils/TuxBoxUtil.h
+++ b/xbmc/utils/TuxBoxUtil.h
@@ -153,7 +153,7 @@ class CTuxBoxUtil
bool ParseBouquetsEnigma2(TiXmlElement *root, CFileItemList &items, CURL &url, CStdString& strFilter, CStdString& strChild);
bool ParseChannels(TiXmlElement *root, CFileItemList &items, CURL &url, CStdString strFilter, CStdString strChild);
bool ParseChannelsEnigma2(TiXmlElement *root, CFileItemList &items, CURL &url, CStdString& strFilter, CStdString& strChild);
- bool ZapToUrl(CURL url, CStdString strOptions, int ipoint);
+ bool ZapToUrl(CURL url, const CStdString &pathOption);
bool StreamInformations(TiXmlElement *pRootElement);
bool CurrentServiceData(TiXmlElement *pRootElement);
bool BoxStatus(TiXmlElement *pRootElement);