summaryrefslogtreecommitdiff
path: root/epghandler.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-20 12:46:13 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-20 12:46:13 +0200
commit296fe61d7cf2f10dabd762ba29fe1cbf5a3368c5 (patch)
tree0d4e1f26af870932f2f02aae2a5abbf2e8b00825 /epghandler.h
parentee3d6a70f2a8ed41acd1d2f7f68843d90679737a (diff)
downloadvdr-plugin-eepg-296fe61d7cf2f10dabd762ba29fe1cbf5a3368c5.tar.gz
vdr-plugin-eepg-296fe61d7cf2f10dabd762ba29fe1cbf5a3368c5.tar.bz2
removed some valgrind warinigs
try: optimize the sort schedule in add event thread optimize updating of equivalent channels fix deletion of theme and category on eit update
Diffstat (limited to 'epghandler.h')
-rw-r--r--epghandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h
index 4e60e57..003fd32 100644
--- a/epghandler.h
+++ b/epghandler.h
@@ -41,6 +41,7 @@ private:
std::string origDescription;
cEquivHandler* equivHandler;
static const int _LONG_EVENT_HOURS = 10;
+ bool modified;
};
#endif /*APIVERSNUM > 10725*/