aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/service/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/event.h b/lib/service/event.h
index f1a307ec..8c214af6 100644
--- a/lib/service/event.h
+++ b/lib/service/event.h
@@ -22,6 +22,8 @@ DECLARE_REF(eComponentData);
std::string m_iso639LanguageCode;
std::string m_text;
#endif
+ eComponentData(const eComponentData& d) { *this = d; }
+ eComponentData() { m_streamContent = m_componentType = m_componentTag = 0; }
int getStreamContent(void) const { return m_streamContent; }
int getComponentType(void) const { return m_componentType; }
int getComponentTag(void) const { return m_componentTag; }