aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/db.h')
-rw-r--r--lib/dvb/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/db.h b/lib/dvb/db.h
index 5a67870d..e673b9e6 100644
--- a/lib/dvb/db.h
+++ b/lib/dvb/db.h
@@ -16,6 +16,8 @@ public:
std::set<int> m_ca;
std::map<int,int> m_cache;
virtual ~eDVBService();
+
+ eDVBService &operator=(const eDVBService &);
};
class ServiceDescriptionTable;