diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-03 22:05:08 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-03 22:05:08 +0000 |
| commit | 55d011a98b9217c3b2eeba0ee18790b1989e6661 (patch) | |
| tree | d01b86df8a605755a6103358d6dc68218c9b84d3 /lib/base/filepush.h | |
| parent | 8c591aa498683aca56542d2c8ff15f26ff0bae4b (diff) | |
| download | enigma2-55d011a98b9217c3b2eeba0ee18790b1989e6661.tar.gz enigma2-55d011a98b9217c3b2eeba0ee18790b1989e6661.zip | |
make filterRecordData argument unsigned char*
Diffstat (limited to 'lib/base/filepush.h')
| -rw-r--r-- | lib/base/filepush.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
