another new is to small
[enigma2.git] / lib / base / filepush.h
index e471b296bf6b13a1534845fba83e4421a74f73d8..75037f6660ff95c35531dc8fcee4503ec6494cfa 100644 (file)
@@ -37,7 +37,7 @@ public:
                /* you can send private events if you want */
        void sendEvent(int evt);
 protected:
-       virtual void filterRecordData(const char *data, int len);
+       virtual void filterRecordData(const unsigned char *data, int len);
 private:
        iFilePushScatterGather *m_sg;
        int m_stop;