summaryrefslogtreecommitdiff
path: root/import.h
diff options
context:
space:
mode:
Diffstat (limited to 'import.h')
-rw-r--r--import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.h b/import.h
index a4bd89d..9ae94bc 100644
--- a/import.h
+++ b/import.h
@@ -62,7 +62,7 @@ private:
public:
cImport(cGlobals *Global);
~cImport();
- void LinkPictures(const char *Source, cXMLTVStringList *Pics, tEventID DestID);
+ void LinkPictures(const char *Source, cXMLTVStringList *Pics, tEventID DestID, tChannelID ChanID);
int Process(cEPGSource *Source, cEPGExecutor &myExecutor);
bool Begin(cEPGSource *Source, sqlite3 *Db);
bool Commit(cEPGSource *Source, sqlite3 *Db);