X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b36d3153538679a8fcbebcf884e4eb1533c5cd13..be296b411e8fc29f652799bf752d80db374d6672:/lib/base/filepush.h diff --git a/lib/base/filepush.h b/lib/base/filepush.h index e471b296..75037f66 100644 --- a/lib/base/filepush.h +++ b/lib/base/filepush.h @@ -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;