X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8c591aa498683aca56542d2c8ff15f26ff0bae4b..55d011a98b9217c3b2eeba0ee18790b1989e6661:/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;