summaryrefslogtreecommitdiff
path: root/src/osdxmlitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osdxmlitem.cpp')
-rw-r--r--src/osdxmlitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osdxmlitem.cpp b/src/osdxmlitem.cpp
index b52dc99..77e99f1 100644
--- a/src/osdxmlitem.cpp
+++ b/src/osdxmlitem.cpp
@@ -29,7 +29,7 @@ using namespace std;
using namespace xmlpp;
cOsdXmlItem::cOsdXmlItem(const char* Text, const xmlpp::Element* xmlElement, eOSState State=osUnknown)
-: cOsdItem()
+: cOsdItem(Text, State)
{
_xmlElement = xmlElement;
parseXmlElement();