- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[vuplus_dvbapp] / lib / gui / elistboxcontent.cpp
index 0a10b27..209b525 100644 (file)
@@ -29,6 +29,10 @@ iListboxContent::~iListboxContent()
 {
 }
 
+iListboxContent::iListboxContent(): m_listbox(0)
+{
+}
+
 void iListboxContent::setListbox(eListbox *lb)
 {
        m_listbox = lb;