summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpStringBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpStringBuffer.h')
-rw-r--r--media/mtp/MtpStringBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/mtp/MtpStringBuffer.h b/media/mtp/MtpStringBuffer.h
index e5150df..85d91e8 100644
--- a/media/mtp/MtpStringBuffer.h
+++ b/media/mtp/MtpStringBuffer.h
@@ -46,7 +46,7 @@ public:
void set(const char* src);
void set(const uint16_t* src);
- void readFromPacket(MtpDataPacket* packet);
+ bool readFromPacket(MtpDataPacket* packet);
void writeToPacket(MtpDataPacket* packet) const;
inline int getCharCount() const { return mCharCount; }