epgcache: add possibility to change the default epg cache read/write path
[vuplus_dvbapp] / lib / dvb / epgcache.h
index 4d45d87..dca05a5 100644 (file)
@@ -290,6 +290,7 @@ private:
        void thread();  // thread function
 
 // called from epgcache thread
+       char m_filename[1024];
        void save();
        void load();
 #ifdef ENABLE_PRIVATE_EPG