fix error handling
[enigma2.git] / lib / dvb / frontend.h
index d2070e9656e1b38d3cd23c9fece9ab3e963fa530..6bf36466752deb42bf82df94c46980dd4d908d49 100644 (file)
@@ -122,7 +122,7 @@ public:
        int isCompatibleWith(ePtr<iDVBFrontendParameters> &feparm);
        int getDVBID() { return m_dvbid; }
        int getSlotID() { return m_slotid; }
-       void setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr)
+       bool setSlotInfo(ePyObject obj); // get a tuple (slotid, slotdescr)
 
        int openFrontend();
        int closeFrontend();