diff options
Diffstat (limited to 'lib/base/filepush.cpp')
| -rw-r--r-- | lib/base/filepush.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp index 3901e76c..51b26239 100644 --- a/lib/base/filepush.cpp +++ b/lib/base/filepush.cpp @@ -206,7 +206,7 @@ void eFilePushThread::recvEvent(const int &evt) m_event(evt); } -void eFilePushThread::filterRecordData(const char *data, int len) +void eFilePushThread::filterRecordData(const unsigned char *data, int len) { /* do nothing */ } |
